#527218

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

Shades of Green Leaf #527218

Tints of Green Leaf #527218

Color information

#527218 (or 0x527218) is unknown color: approx Green Leaf. HEX triplet: 52, 72 and 18. RGB value is (82,114,24). Sum of RGB (Red+Green+Blue) = 82+114+24=220 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.27% from 220); Green value is 114 (44.92% from 255 or 51.82% from 220); Blue value is 24 (9.77% from 255 or 10.91% from 220); Max value from RGB is 114 - color contains mainly: green. Hex color #527218 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527218 is #AD8DE7. Grayscale: #5E5E5E. Windows color (decimal): -11374056 or 1602130. OLE color: 1602130.

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

Color convert

RGB8211424-
CMYK0.2800.790.55
HSL81.33º65.22%27.06%-
HSV(B)81.33º78.95%44.71%-
XYZ9.6613.893.04-
YUV94.1788.4119.32-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.27%
GREEN value IS 114 (44.92% from 255) = 51.82%
BLUE value IS 24 (9.77% from 255) = 10.91%
R=37.27%
G=51.82%
B=10.91%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82114240.2800.790.5581.3365.2227.06
Hex5272181C04F3751411b
Octal122162303401176712110133
Binary101001011100101100011100010011111101111010001100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527218; }

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

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

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

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

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

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

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

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