#527321

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

Shades of Green Leaf #527321

Tints of Green Leaf #527321

Color information

#527321 (or 0x527321) is unknown color: approx Green Leaf. HEX triplet: 52, 73 and 21. RGB value is (82,115,33). Sum of RGB (Red+Green+Blue) = 82+115+33=230 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.65% from 230); Green value is 115 (45.31% from 255 or 50% from 230); Blue value is 33 (13.28% from 255 or 14.35% from 230); Max value from RGB is 115 - color contains mainly: green. Hex color #527321 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527321 is #AD8CDE. Grayscale: #606060. Windows color (decimal): -11373791 or 2192210. OLE color: 2192210.

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

Color convert

RGB8211533-
CMYK0.2900.710.55
HSL84.15º55.41%29.02%-
HSV(B)84.15º71.3%45.1%-
XYZ9.8814.173.65-
YUV95.7892.57118.17-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.65%
GREEN value IS 115 (45.31% from 255) = 50%
BLUE value IS 33 (13.28% from 255) = 14.35%
R=35.65%
G=50%
B=14.35%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82115330.2900.710.5584.1555.4129.02
Hex5273211D0473754371d
Octal12216341350107671246735
Binary101001011100111000011110101000111110111101010011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527321; }

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

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

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

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

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

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

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

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