#527015

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

Shades of Green Leaf #527015

Tints of Green Leaf #527015

Color information

#527015 (or 0x527015) is unknown color: approx Green Leaf. HEX triplet: 52, 70 and 15. RGB value is (82,112,21). Sum of RGB (Red+Green+Blue) = 82+112+21=215 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.14% from 215); Green value is 112 (44.14% from 255 or 52.09% from 215); Blue value is 21 (8.59% from 255 or 9.77% from 215); Max value from RGB is 112 - color contains mainly: green. Hex color #527015 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527015 is #AD8FEA. Grayscale: #5C5C5C. Windows color (decimal): -11374571 or 1405010. OLE color: 1405010.

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

Color convert

RGB8211221-
CMYK0.2700.810.56
HSL79.78º68.42%26.08%-
HSV(B)79.78º81.25%43.92%-
XYZ9.4113.442.81-
YUV92.6687.56120.4-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.14%
GREEN value IS 112 (44.14% from 255) = 52.09%
BLUE value IS 21 (8.59% from 255) = 9.77%
R=38.14%
G=52.09%
B=9.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82112210.2700.810.5679.7868.4226.08
Hex5270151B0513850441a
Octal122160253301217012010432
Binary101001011100001010111011010100011110001010000100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527015; }

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

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

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

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

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

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

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

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