#526520

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

Shades of Green Leaf #526520

Tints of Green Leaf #526520

Color information

#526520 (or 0x526520) is unknown color: approx Green Leaf. HEX triplet: 52, 65 and 20. RGB value is (82,101,32). Sum of RGB (Red+Green+Blue) = 82+101+32=215 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.14% from 215); Green value is 101 (39.84% from 255 or 46.98% from 215); Blue value is 32 (12.89% from 255 or 14.88% from 215); Max value from RGB is 101 - color contains mainly: green. Hex color #526520 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526520 is #AD9ADF. Grayscale: #575757. Windows color (decimal): -11377376 or 2123090. OLE color: 2123090.

HSL color Cylindrical-coordinate representation of color #526520: hue angle of 76.52º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #526520 is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.60.

Color convert

RGB8210132-
CMYK0.1900.680.60
HSL76.52º51.88%26.08%-
HSV(B)76.52º68.32%39.61%-
XYZ8.3911.213.09-
YUV87.4596.71124.11-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.14%
GREEN value IS 101 (39.84% from 255) = 46.98%
BLUE value IS 32 (12.89% from 255) = 14.88%
R=38.14%
G=46.98%
B=14.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal82101320.1900.680.6076.5251.8826.08
Hex526520130443C4d341a
Octal12214540230104741156432
Binary101001011001011000001001101000100111100100110111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526520; }

 p { color: rgb(82,101,32); }

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

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

 a { background-color: rgb(82,101,32); }

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

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

 span { border-color: rgb(82,101,32); }

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