#526936

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

Shades of Green Leaf #526936

Tints of Green Leaf #526936

Color information

#526936 (or 0x526936) is unknown color: approx Green Leaf. HEX triplet: 52, 69 and 36. RGB value is (82,105,54). Sum of RGB (Red+Green+Blue) = 82+105+54=241 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.02% from 241); Green value is 105 (41.41% from 255 or 43.57% from 241); Blue value is 54 (21.48% from 255 or 22.41% from 241); Max value from RGB is 105 - color contains mainly: green. Hex color #526936 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526936 is #AD96C9. Grayscale: #5C5C5C. Windows color (decimal): -11376330 or 3565906. OLE color: 3565906.

HSL color Cylindrical-coordinate representation of color #526936: hue angle of 87.06º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #526936 is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.59.

Color convert

RGB8210554-
CMYK0.2200.490.59
HSL87.06º32.08%31.18%-
HSV(B)87.06º48.57%41.18%-
XYZ9.212.165.35-
YUV92.31106.38120.65-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.02%
GREEN value IS 105 (41.41% from 255) = 43.57%
BLUE value IS 54 (21.48% from 255) = 22.41%
R=34.02%
G=43.57%
B=22.41%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82105540.2200.490.5987.0632.0831.18
Hex526936160313B57201f
Octal1221516626061731274037
Binary10100101101001110110101100110001111011101011110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526936; }

 p { color: rgb(82,105,54); }

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

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

 a { background-color: rgb(82,105,54); }

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

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

 span { border-color: rgb(82,105,54); }

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