#52862F

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

Shades of La Palma #52862F

Tints of La Palma #52862F

Color information

#52862F (or 0x52862F) is unknown color: approx La Palma. HEX triplet: 52, 86 and 2F. RGB value is (82,134,47). Sum of RGB (Red+Green+Blue) = 82+134+47=263 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.18% from 263); Green value is 134 (52.73% from 255 or 50.95% from 263); Blue value is 47 (18.75% from 255 or 17.87% from 263); Max value from RGB is 134 - color contains mainly: green. Hex color #52862F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52862F is #AD79D0. Grayscale: #6C6C6C. Windows color (decimal): -11368913 or 3114578. OLE color: 3114578.

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

Color convert

RGB8213447-
CMYK0.3900.650.47
HSL95.86º48.07%35.49%-
HSV(B)95.86º64.93%52.55%-
XYZ12.5219.055.71-
YUV108.5393.27109.07-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.18%
GREEN value IS 134 (52.73% from 255) = 50.95%
BLUE value IS 47 (18.75% from 255) = 17.87%
R=31.18%
G=50.95%
B=17.87%

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
Decimal82134470.3900.650.4795.8648.0735.49
Hex52862F270412F603023
Octal12220657470101571406043
Binary101001010000110101111100111010000011011111100000110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52862F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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