#527213

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

Shades of Green Leaf #527213

Tints of Green Leaf #527213

Color information

#527213 (or 0x527213) is unknown color: approx Green Leaf. HEX triplet: 52, 72 and 13. RGB value is (82,114,19). Sum of RGB (Red+Green+Blue) = 82+114+19=215 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.14% from 215); Green value is 114 (44.92% from 255 or 53.02% from 215); Blue value is 19 (7.81% from 255 or 8.84% from 215); Max value from RGB is 114 - color contains mainly: green. Hex color #527213 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527213 is #AD8DEC. Grayscale: #5D5D5D. Windows color (decimal): -11374061 or 1274450. OLE color: 1274450.

HSL color Cylindrical-coordinate representation of color #527213: hue angle of 80.21º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #527213 is Cyan = 0.28, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB8211419-
CMYK0.2800.830.55
HSL80.21º71.43%26.08%-
HSV(B)80.21º83.33%44.71%-
XYZ9.6113.882.79-
YUV93.685.9119.72-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.14%
GREEN value IS 114 (44.92% from 255) = 53.02%
BLUE value IS 19 (7.81% from 255) = 8.84%
R=38.14%
G=53.02%
B=8.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82114190.2800.830.5580.2171.4326.08
Hex5272131C0533750471a
Octal122162233401236712010732
Binary101001011100101001111100010100111101111010000100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527213; }

 p { color: rgb(82,114,19); }

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

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

 a { background-color: rgb(82,114,19); }

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

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

 span { border-color: rgb(82,114,19); }

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