#51842B

Color #51842B La Palma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Palma #51842B

Tints of La Palma #51842B

Color information

#51842B (or 0x51842B) is unknown color: approx La Palma. HEX triplet: 51, 84 and 2B. RGB value is (81,132,43). Sum of RGB (Red+Green+Blue) = 81+132+43=256 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.64% from 256); Green value is 132 (51.95% from 255 or 51.56% from 256); Blue value is 43 (17.19% from 255 or 16.80% from 256); Max value from RGB is 132 - color contains mainly: green. Hex color #51842B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51842B is #AE7BD4. Grayscale: #6A6A6A. Windows color (decimal): -11434965 or 2851921. OLE color: 2851921.

HSL color Cylindrical-coordinate representation of color #51842B: hue angle of 94.38º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #51842B is Cyan = 0.39, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB8113243-
CMYK0.3900.670.48
HSL94.38º50.86%34.31%-
HSV(B)94.38º67.42%51.76%-
XYZ12.0818.435.21-
YUV106.692.1109.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 81 (32.03% from 255) = 31.64%
GREEN value IS 132 (51.95% from 255) = 51.56%
BLUE value IS 43 (17.19% from 255) = 16.80%
R=31.64%
G=51.56%
B=16.80%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal81132430.3900.670.4894.3850.8634.31
Hex51842B27043305e3322
Octal12120453470103601366342
Binary101000110000100101011100111010000111100001011110110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51842B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51842B; }

 p { color: rgb(81,132,43); }

 H1.HeaderClassName
 {
   color: #51842B;
 }
 .AnyTagClassName
 {
   color: #51842B;
 }
</style>
background-color css

<style>
 a { background-color: #51842B; }

 a { background-color: rgb(81,132,43); }

 div.DivClassName
 {
   background-color: #51842B;
 }
 .BgClassName
 {
   background-color: #51842B;
 }
</style>
border-color css

<style>
 span { border-color: #51842B; }

 span { border-color: rgb(81,132,43); }

 td.TdClassName
 {
   border-color: #51842B;
 }
 .TagClassName
 {
   border-color: #51842B;
 }
</style>