#527027

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

Shades of Green Leaf #527027

Tints of Green Leaf #527027

Color information

#527027 (or 0x527027) is unknown color: approx Green Leaf. HEX triplet: 52, 70 and 27. RGB value is (82,112,39). Sum of RGB (Red+Green+Blue) = 82+112+39=233 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.19% from 233); Green value is 112 (44.14% from 255 or 48.07% from 233); Blue value is 39 (15.62% from 255 or 16.74% from 233); Max value from RGB is 112 - color contains mainly: green. Hex color #527027 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527027 is #AD8FD8. Grayscale: #5E5E5E. Windows color (decimal): -11374553 or 2584658. OLE color: 2584658.

HSL color Cylindrical-coordinate representation of color #527027: hue angle of 84.66º degrees, saturation: 0.48, 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 #527027 is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB8211239-
CMYK0.2700.650.56
HSL84.66º48.34%29.61%-
HSV(B)84.66º65.18%43.92%-
XYZ9.6413.534.02-
YUV94.7196.56118.94-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.19%
GREEN value IS 112 (44.14% from 255) = 48.07%
BLUE value IS 39 (15.62% from 255) = 16.74%
R=35.19%
G=48.07%
B=16.74%

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
Decimal82112390.2700.650.5684.6648.3429.61
Hex5270271B0413855301e
Octal12216047330101701256036
Binary101001011100001001111101101000001111000101010111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527027; }

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

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

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

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

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

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

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

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