#527514

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

Shades of Green Leaf #527514

Tints of Green Leaf #527514

Color information

#527514 (or 0x527514) is unknown color: approx Green Leaf. HEX triplet: 52, 75 and 14. RGB value is (82,117,20). Sum of RGB (Red+Green+Blue) = 82+117+20=219 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.44% from 219); Green value is 117 (46.09% from 255 or 53.42% from 219); Blue value is 20 (8.20% from 255 or 9.13% from 219); Max value from RGB is 117 - color contains mainly: green. Hex color #527514 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527514 is #AD8AEB. Grayscale: #5F5F5F. Windows color (decimal): -11373292 or 1340754. OLE color: 1340754.

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

Color convert

RGB8211720-
CMYK0.3000.830.54
HSL81.65º70.8%26.86%-
HSV(B)81.65º82.91%45.88%-
XYZ9.9714.572.95-
YUV95.4885.4118.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.44%
GREEN value IS 117 (46.09% from 255) = 53.42%
BLUE value IS 20 (8.20% from 255) = 9.13%
R=37.44%
G=53.42%
B=9.13%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82117200.3000.830.5481.6570.826.86
Hex5275141E0533652471b
Octal122165243601236612210733
Binary101001011101011010011110010100111101101010010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527514; }

 p { color: rgb(82,117,20); }

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

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

 a { background-color: rgb(82,117,20); }

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

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

 span { border-color: rgb(82,117,20); }

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