#527615

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

Shades of Green Leaf #527615

Tints of Green Leaf #527615

Color information

#527615 (or 0x527615) is unknown color: approx Green Leaf. HEX triplet: 52, 76 and 15. RGB value is (82,118,21). Sum of RGB (Red+Green+Blue) = 82+118+21=221 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.10% from 221); Green value is 118 (46.48% from 255 or 53.39% from 221); Blue value is 21 (8.59% from 255 or 9.50% from 221); Max value from RGB is 118 - color contains mainly: green. Hex color #527615 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527615 is #AD89EA. Grayscale: #606060. Windows color (decimal): -11373035 or 1406546. OLE color: 1406546.

HSL color Cylindrical-coordinate representation of color #527615: hue angle of 82.27º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #527615 is Cyan = 0.31, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.54.

Color convert

RGB8211821-
CMYK0.3100.820.54
HSL82.27º69.78%27.25%-
HSV(B)82.27º82.2%46.27%-
XYZ10.0914.83.04-
YUV96.1885.57117.89-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.10%
GREEN value IS 118 (46.48% from 255) = 53.39%
BLUE value IS 21 (8.59% from 255) = 9.50%
R=37.10%
G=53.39%
B=9.50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82118210.3100.820.5482.2769.7827.25
Hex5276151F0523652461b
Octal122166253701226612210633
Binary101001011101101010111111010100101101101010010100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527615; }

 p { color: rgb(82,118,21); }

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

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

 a { background-color: rgb(82,118,21); }

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

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

 span { border-color: rgb(82,118,21); }

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