#527129

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

Shades of Green Leaf #527129

Tints of Green Leaf #527129

Color information

#527129 (or 0x527129) is unknown color: approx Green Leaf. HEX triplet: 52, 71 and 29. RGB value is (82,113,41). Sum of RGB (Red+Green+Blue) = 82+113+41=236 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.75% from 236); Green value is 113 (44.53% from 255 or 47.88% from 236); Blue value is 41 (16.41% from 255 or 17.37% from 236); Max value from RGB is 113 - color contains mainly: green. Hex color #527129 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527129 is #AD8ED6. Grayscale: #5F5F5F. Windows color (decimal): -11374295 or 2715986. OLE color: 2715986.

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

Color convert

RGB8211341-
CMYK0.2700.640.56
HSL85.83º46.75%30.2%-
HSV(B)85.83º63.72%44.31%-
XYZ9.7913.764.24-
YUV95.5297.23118.35-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.75%
GREEN value IS 113 (44.53% from 255) = 47.88%
BLUE value IS 41 (16.41% from 255) = 17.37%
R=34.75%
G=47.88%
B=17.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82113410.2700.640.5685.8346.7530.2
Hex5271291B04038562f1e
Octal12216151330100701265736
Binary101001011100011010011101101000000111000101011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527129; }

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

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

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

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

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

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

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

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