#527A16

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

Shades of Green Leaf #527A16

Tints of Green Leaf #527A16

Color information

#527A16 (or 0x527A16) is unknown color: approx Green Leaf. HEX triplet: 52, 7A and 16. RGB value is (82,122,22). Sum of RGB (Red+Green+Blue) = 82+122+22=226 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.28% from 226); Green value is 122 (48.05% from 255 or 53.98% from 226); Blue value is 22 (8.98% from 255 or 9.73% from 226); Max value from RGB is 122 - color contains mainly: green. Hex color #527A16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527A16 is #AD85E9. Grayscale: #626262. Windows color (decimal): -11372010 or 1473106. OLE color: 1473106.

HSL color Cylindrical-coordinate representation of color #527A16: hue angle of 84º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #527A16 is Cyan = 0.33, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.52.

Color convert

RGB8212222-
CMYK0.3300.820.52
HSL84º69.44%28.24%-
HSV(B)84º81.97%47.84%-
XYZ10.5815.773.25-
YUV98.6484.75116.13-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.28%
GREEN value IS 122 (48.05% from 255) = 53.98%
BLUE value IS 22 (8.98% from 255) = 9.73%
R=36.28%
G=53.98%
B=9.73%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal82122220.3300.820.528469.4428.24
Hex527A16210523454451c
Octal122172264101226412410534
Binary1010010111101010110100001010100101101001010100100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527A16; }

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

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

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

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

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

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

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

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