#527627

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

Shades of Green Leaf #527627

Tints of Green Leaf #527627

Color information

#527627 (or 0x527627) is unknown color: approx Green Leaf. HEX triplet: 52, 76 and 27. RGB value is (82,118,39). Sum of RGB (Red+Green+Blue) = 82+118+39=239 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.31% from 239); Green value is 118 (46.48% from 255 or 49.37% from 239); Blue value is 39 (15.62% from 255 or 16.32% from 239); Max value from RGB is 118 - color contains mainly: green. Hex color #527627 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527627 is #AD89D8. Grayscale: #626262. Windows color (decimal): -11373017 or 2586194. OLE color: 2586194.

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

Color convert

RGB8211839-
CMYK0.3100.670.54
HSL87.34º50.32%30.78%-
HSV(B)87.34º66.95%46.27%-
XYZ10.3214.94.25-
YUV98.2394.57116.42-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.31%
GREEN value IS 118 (46.48% from 255) = 49.37%
BLUE value IS 39 (15.62% from 255) = 16.32%
R=34.31%
G=49.37%
B=16.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82118390.3100.670.5487.3450.3230.78
Hex5276271F0433657321f
Octal12216647370103661276237
Binary101001011101101001111111101000011110110101011111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527627; }

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

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

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

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

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

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

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

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