#527216

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

Shades of Green Leaf #527216

Tints of Green Leaf #527216

Color information

#527216 (or 0x527216) is unknown color: approx Green Leaf. HEX triplet: 52, 72 and 16. RGB value is (82,114,22). Sum of RGB (Red+Green+Blue) = 82+114+22=218 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.61% from 218); Green value is 114 (44.92% from 255 or 52.29% from 218); Blue value is 22 (8.98% from 255 or 10.09% from 218); Max value from RGB is 114 - color contains mainly: green. Hex color #527216 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527216 is #AD8DE9. Grayscale: #5E5E5E. Windows color (decimal): -11374058 or 1471058. OLE color: 1471058.

HSL color Cylindrical-coordinate representation of color #527216: hue angle of 80.87º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #527216 is Cyan = 0.28, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB8211422-
CMYK0.2800.810.55
HSL80.87º67.65%26.67%-
HSV(B)80.87º80.7%44.71%-
XYZ9.6413.892.93-
YUV93.9487.4119.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.61%
GREEN value IS 114 (44.92% from 255) = 52.29%
BLUE value IS 22 (8.98% from 255) = 10.09%
R=37.61%
G=52.29%
B=10.09%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82114220.2800.810.5580.8767.6526.67
Hex5272161C0513751441b
Octal122162263401216712110433
Binary101001011100101011011100010100011101111010001100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527216; }

 p { color: rgb(82,114,22); }

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

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

 a { background-color: rgb(82,114,22); }

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

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

 span { border-color: rgb(82,114,22); }

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