#527127

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

Shades of Green Leaf #527127

Tints of Green Leaf #527127

Color information

#527127 (or 0x527127) is unknown color: approx Green Leaf. HEX triplet: 52, 71 and 27. RGB value is (82,113,39). Sum of RGB (Red+Green+Blue) = 82+113+39=234 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.04% from 234); Green value is 113 (44.53% from 255 or 48.29% from 234); Blue value is 39 (15.62% from 255 or 16.67% from 234); Max value from RGB is 113 - color contains mainly: green. Hex color #527127 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527127 is #AD8ED8. Grayscale: #5F5F5F. Windows color (decimal): -11374297 or 2584914. OLE color: 2584914.

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

Color convert

RGB8211339-
CMYK0.2700.650.56
HSL85.14º48.68%29.8%-
HSV(B)85.14º65.49%44.31%-
XYZ9.7513.754.06-
YUV95.396.23118.52-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.04%
GREEN value IS 113 (44.53% from 255) = 48.29%
BLUE value IS 39 (15.62% from 255) = 16.67%
R=35.04%
G=48.29%
B=16.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82113390.2700.650.5685.1448.6829.8
Hex5271271B0413855311e
Octal12216147330101701256136
Binary101001011100011001111101101000001111000101010111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527127; }

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

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

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

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

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

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

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

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