#527029

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

Shades of Green Leaf #527029

Tints of Green Leaf #527029

Color information

#527029 (or 0x527029) is unknown color: approx Green Leaf. HEX triplet: 52, 70 and 29. RGB value is (82,112,41). Sum of RGB (Red+Green+Blue) = 82+112+41=235 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.89% from 235); Green value is 112 (44.14% from 255 or 47.66% from 235); Blue value is 41 (16.41% from 255 or 17.45% from 235); Max value from RGB is 112 - color contains mainly: green. Hex color #527029 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527029 is #AD8FD6. Grayscale: #5F5F5F. Windows color (decimal): -11374551 or 2715730. OLE color: 2715730.

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

Color convert

RGB8211241-
CMYK0.2700.630.56
HSL85.35º46.41%30%-
HSV(B)85.35º63.39%43.92%-
XYZ9.6713.544.2-
YUV94.9497.56118.77-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.89%
GREEN value IS 112 (44.14% from 255) = 47.66%
BLUE value IS 41 (16.41% from 255) = 17.45%
R=34.89%
G=47.66%
B=17.45%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82112410.2700.630.5685.3546.4130
Hex5270291B03F38552e1e
Octal1221605133077701255636
Binary10100101110000101001110110111111111000101010110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527029; }

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

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

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

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

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

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

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

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