#527320

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

Shades of Green Leaf #527320

Tints of Green Leaf #527320

Color information

#527320 (or 0x527320) is unknown color: approx Green Leaf. HEX triplet: 52, 73 and 20. RGB value is (82,115,32). Sum of RGB (Red+Green+Blue) = 82+115+32=229 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.81% from 229); Green value is 115 (45.31% from 255 or 50.22% from 229); Blue value is 32 (12.89% from 255 or 13.97% from 229); Max value from RGB is 115 - color contains mainly: green. Hex color #527320 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527320 is #AD8CDF. Grayscale: #5F5F5F. Windows color (decimal): -11373792 or 2126674. OLE color: 2126674.

HSL color Cylindrical-coordinate representation of color #527320: hue angle of 83.86º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #527320 is Cyan = 0.29, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB8211532-
CMYK0.2900.720.55
HSL83.86º56.46%28.82%-
HSV(B)83.86º72.17%45.1%-
XYZ9.8714.163.58-
YUV95.6792.07118.25-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.81%
GREEN value IS 115 (45.31% from 255) = 50.22%
BLUE value IS 32 (12.89% from 255) = 13.97%
R=35.81%
G=50.22%
B=13.97%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82115320.2900.720.5583.8656.4628.82
Hex5273201D0483754381d
Octal12216340350110671247035
Binary101001011100111000001110101001000110111101010011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527320; }

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

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

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

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

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

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

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

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