#507E12

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

Shades of Green Leaf #507E12

Tints of Green Leaf #507E12

Color information

#507E12 (or 0x507E12) is unknown color: approx Green Leaf. HEX triplet: 50, 7E and 12. RGB value is (80,126,18). Sum of RGB (Red+Green+Blue) = 80+126+18=224 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.71% from 224); Green value is 126 (49.61% from 255 or 56.25% from 224); Blue value is 18 (7.42% from 255 or 8.04% from 224); Max value from RGB is 126 - color contains mainly: green. Hex color #507E12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507E12 is #AF81ED. Grayscale: #646464. Windows color (decimal): -11502062 or 1211984. OLE color: 1211984.

HSL color Cylindrical-coordinate representation of color #507E12: hue angle of 85.56º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #507E12 is Cyan = 0.37, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.51.

Color convert

RGB8012618-
CMYK0.3700.860.51
HSL85.56º75%28.24%-
HSV(B)85.56º85.71%49.41%-
XYZ10.8816.673.22-
YUV99.9381.76113.78-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.71%
GREEN value IS 126 (49.61% from 255) = 56.25%
BLUE value IS 18 (7.42% from 255) = 8.04%
R=35.71%
G=56.25%
B=8.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal80126180.3700.860.5185.567528.24
Hex507E122505633564b1c
Octal120176224501266312611334
Binary1010000111111010010100101010101101100111010110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,126,18); }

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

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

 a { background-color: rgb(80,126,18); }

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

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

 span { border-color: rgb(80,126,18); }

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