#507F27

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

Shades of Green Leaf #507F27

Tints of Green Leaf #507F27

Color information

#507F27 (or 0x507F27) is unknown color: approx Green Leaf. HEX triplet: 50, 7F and 27. RGB value is (80,127,39). Sum of RGB (Red+Green+Blue) = 80+127+39=246 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.52% from 246); Green value is 127 (50% from 255 or 51.63% from 246); Blue value is 39 (15.62% from 255 or 15.85% from 246); Max value from RGB is 127 - color contains mainly: green. Hex color #507F27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507F27 is #AF80D8. Grayscale: #676767. Windows color (decimal): -11501785 or 2588496. OLE color: 2588496.

HSL color Cylindrical-coordinate representation of color #507F27: hue angle of 92.05º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #507F27 is Cyan = 0.37, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.50.

Color convert

RGB8012739-
CMYK0.3700.690.50
HSL92.05º53.01%32.55%-
HSV(B)92.05º69.29%49.8%-
XYZ11.2617.034.61-
YUV102.9291.93111.66-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.52%
GREEN value IS 127 (50% from 255) = 51.63%
BLUE value IS 39 (15.62% from 255) = 15.85%
R=32.52%
G=51.63%
B=15.85%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal80127390.3700.690.5092.0553.0132.55
Hex507F2725045325c3521
Octal12017747450105621346541
Binary10100001111111100111100101010001011100101011100110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507F27; }

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

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

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

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

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

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

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

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