#527716

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

Shades of Green Leaf #527716

Tints of Green Leaf #527716

Color information

#527716 (or 0x527716) is unknown color: approx Green Leaf. HEX triplet: 52, 77 and 16. RGB value is (82,119,22). Sum of RGB (Red+Green+Blue) = 82+119+22=223 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.77% from 223); Green value is 119 (46.88% from 255 or 53.36% from 223); Blue value is 22 (8.98% from 255 or 9.87% from 223); Max value from RGB is 119 - color contains mainly: green. Hex color #527716 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527716 is #AD88E9. Grayscale: #616161. Windows color (decimal): -11372778 or 1472338. OLE color: 1472338.

HSL color Cylindrical-coordinate representation of color #527716: hue angle of 82.89º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #527716 is Cyan = 0.31, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB8211922-
CMYK0.3100.820.53
HSL82.89º68.79%27.65%-
HSV(B)82.89º81.51%46.67%-
XYZ10.2215.053.12-
YUV96.8885.74117.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.77%
GREEN value IS 119 (46.88% from 255) = 53.36%
BLUE value IS 22 (8.98% from 255) = 9.87%
R=36.77%
G=53.36%
B=9.87%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82119220.3100.820.5382.8968.7927.65
Hex5277161F0523553451c
Octal122167263701226512310534
Binary101001011101111011011111010100101101011010011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527716; }

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

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

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

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

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

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

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

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