#527131

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

Shades of Green Leaf #527131

Tints of Green Leaf #527131

Color information

#527131 (or 0x527131) is unknown color: approx Green Leaf. HEX triplet: 52, 71 and 31. RGB value is (82,113,49). Sum of RGB (Red+Green+Blue) = 82+113+49=244 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.61% from 244); Green value is 113 (44.53% from 255 or 46.31% from 244); Blue value is 49 (19.53% from 255 or 20.08% from 244); Max value from RGB is 113 - color contains mainly: green. Hex color #527131 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527131 is #AD8ECE. Grayscale: #606060. Windows color (decimal): -11374287 or 3240274. OLE color: 3240274.

HSL color Cylindrical-coordinate representation of color #527131: hue angle of 89.06º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #527131 is Cyan = 0.27, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB8211349-
CMYK0.2700.570.56
HSL89.06º39.51%31.76%-
HSV(B)89.06º56.64%44.31%-
XYZ9.9413.835.05-
YUV96.44101.23117.7-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.61%
GREEN value IS 113 (44.53% from 255) = 46.31%
BLUE value IS 49 (19.53% from 255) = 20.08%
R=33.61%
G=46.31%
B=20.08%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82113490.2700.570.5689.0639.5131.76
Hex5271311B03938592820
Octal1221616133071701315040
Binary101001011100011100011101101110011110001011001101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527131; }

 p { color: rgb(82,113,49); }

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

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

 a { background-color: rgb(82,113,49); }

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

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

 span { border-color: rgb(82,113,49); }

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