#527727

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

Shades of Green Leaf #527727

Tints of Green Leaf #527727

Color information

#527727 (or 0x527727) is unknown color: approx Green Leaf. HEX triplet: 52, 77 and 27. RGB value is (82,119,39). Sum of RGB (Red+Green+Blue) = 82+119+39=240 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.17% from 240); Green value is 119 (46.88% from 255 or 49.58% from 240); Blue value is 39 (15.62% from 255 or 16.25% from 240); Max value from RGB is 119 - color contains mainly: green. Hex color #527727 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527727 is #AD88D8. Grayscale: #636363. Windows color (decimal): -11372761 or 2586450. OLE color: 2586450.

HSL color Cylindrical-coordinate representation of color #527727: hue angle of 87.75º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #527727 is Cyan = 0.31, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB8211939-
CMYK0.3100.670.53
HSL87.75º50.63%30.98%-
HSV(B)87.75º67.23%46.67%-
XYZ10.4415.134.29-
YUV98.8294.24116-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.17%
GREEN value IS 119 (46.88% from 255) = 49.58%
BLUE value IS 39 (15.62% from 255) = 16.25%
R=34.17%
G=49.58%
B=16.25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal82119390.3100.670.5387.7550.6330.98
Hex5277271F0433558331f
Octal12216747370103651306337
Binary101001011101111001111111101000011110101101100011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527727; }

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

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

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

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

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

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

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

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