#526E27

Color #526E27 Green Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Leaf #526E27

Tints of Green Leaf #526E27

Color information

#526E27 (or 0x526E27) is unknown color: approx Green Leaf. HEX triplet: 52, 6E and 27. RGB value is (82,110,39). Sum of RGB (Red+Green+Blue) = 82+110+39=231 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.50% from 231); Green value is 110 (43.36% from 255 or 47.62% from 231); Blue value is 39 (15.62% from 255 or 16.88% from 231); Max value from RGB is 110 - color contains mainly: green. Hex color #526E27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526E27 is #AD91D8. Grayscale: #5D5D5D. Windows color (decimal): -11375065 or 2584146. OLE color: 2584146.

HSL color Cylindrical-coordinate representation of color #526E27: hue angle of 83.66º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #526E27 is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.57.

Color convert

RGB8211039-
CMYK0.2500.650.57
HSL83.66º47.65%29.22%-
HSV(B)83.66º64.55%43.14%-
XYZ9.4213.093.95-
YUV93.5397.22119.77-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.50%
GREEN value IS 110 (43.36% from 255) = 47.62%
BLUE value IS 39 (15.62% from 255) = 16.88%
R=35.50%
G=47.62%
B=16.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal82110390.2500.650.5783.6647.6529.22
Hex526E27190413954301d
Octal12215647310101711246035
Binary101001011011101001111100101000001111001101010011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526E27; }

 p { color: rgb(82,110,39); }

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

<style>
 a { background-color: #526E27; }

 a { background-color: rgb(82,110,39); }

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

<style>
 span { border-color: #526E27; }

 span { border-color: rgb(82,110,39); }

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