#506F14

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

Shades of Green Leaf #506F14

Tints of Green Leaf #506F14

Color information

#506F14 (or 0x506F14) is unknown color: approx Green Leaf. HEX triplet: 50, 6F and 14. RGB value is (80,111,20). Sum of RGB (Red+Green+Blue) = 80+111+20=211 (27% of max value = 765). Red value is 80 (31.64% from 255 or 37.91% from 211); Green value is 111 (43.75% from 255 or 52.61% from 211); Blue value is 20 (8.20% from 255 or 9.48% from 211); Max value from RGB is 111 - color contains mainly: green. Hex color #506F14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506F14 is #AF90EB. Grayscale: #5B5B5B. Windows color (decimal): -11505900 or 1339216. OLE color: 1339216.

HSL color Cylindrical-coordinate representation of color #506F14: hue angle of 80.44º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #506F14 is Cyan = 0.28, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB8011120-
CMYK0.2800.820.56
HSL80.44º69.47%25.69%-
HSV(B)80.44º81.98%43.53%-
XYZ9.1213.122.71-
YUV91.3687.73119.9-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.91%
GREEN value IS 111 (43.75% from 255) = 52.61%
BLUE value IS 20 (8.20% from 255) = 9.48%
R=37.91%
G=52.61%
B=9.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80111200.2800.820.5680.4469.4725.69
Hex506F141C0523850451a
Octal120157243401227012010532
Binary101000011011111010011100010100101110001010000100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506F14; }

 p { color: rgb(80,111,20); }

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

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

 a { background-color: rgb(80,111,20); }

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

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

 span { border-color: rgb(80,111,20); }

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