#52872F

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

Shades of La Palma #52872F

Tints of La Palma #52872F

Color information

#52872F (or 0x52872F) is unknown color: approx La Palma. HEX triplet: 52, 87 and 2F. RGB value is (82,135,47). Sum of RGB (Red+Green+Blue) = 82+135+47=264 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.06% from 264); Green value is 135 (53.12% from 255 or 51.14% from 264); Blue value is 47 (18.75% from 255 or 17.80% from 264); Max value from RGB is 135 - color contains mainly: green. Hex color #52872F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52872F is #AD78D0. Grayscale: #6D6D6D. Windows color (decimal): -11368657 or 3114834. OLE color: 3114834.

HSL color Cylindrical-coordinate representation of color #52872F: hue angle of 96.14º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52872F is Cyan = 0.39, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB8213547-
CMYK0.3900.650.47
HSL96.14º48.35%35.69%-
HSV(B)96.14º65.19%52.94%-
XYZ12.6619.335.75-
YUV109.1292.94108.66-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.06%
GREEN value IS 135 (53.12% from 255) = 51.14%
BLUE value IS 47 (18.75% from 255) = 17.80%
R=31.06%
G=51.14%
B=17.80%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal82135470.3900.650.4796.1448.3535.69
Hex52872F270412F603024
Octal12220757470101571406044
Binary101001010000111101111100111010000011011111100000110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52872F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52872F; }

 p { color: rgb(82,135,47); }

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

<style>
 a { background-color: #52872F; }

 a { background-color: rgb(82,135,47); }

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

<style>
 span { border-color: #52872F; }

 span { border-color: rgb(82,135,47); }

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