#507027

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

Shades of Green Leaf #507027

Tints of Green Leaf #507027

Color information

#507027 (or 0x507027) is unknown color: approx Green Leaf. HEX triplet: 50, 70 and 27. RGB value is (80,112,39). Sum of RGB (Red+Green+Blue) = 80+112+39=231 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.63% from 231); Green value is 112 (44.14% from 255 or 48.48% from 231); Blue value is 39 (15.62% from 255 or 16.88% from 231); Max value from RGB is 112 - color contains mainly: green. Hex color #507027 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507027 is #AF8FD8. Grayscale: #5E5E5E. Windows color (decimal): -11505625 or 2584656. OLE color: 2584656.

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

Color convert

RGB8011239-
CMYK0.2900.650.56
HSL86.3º48.34%29.61%-
HSV(B)86.3º65.18%43.92%-
XYZ9.4713.444.01-
YUV94.1196.9117.94-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.63%
GREEN value IS 112 (44.14% from 255) = 48.48%
BLUE value IS 39 (15.62% from 255) = 16.88%
R=34.63%
G=48.48%
B=16.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80112390.2900.650.5686.348.3429.61
Hex5070271D0413856301e
Octal12016047350101701266036
Binary101000011100001001111110101000001111000101011011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507027; }

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

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

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

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

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

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

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

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