#104F14

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

Shades of Myrtle #104F14

Tints of Myrtle #104F14

Color information

#104F14 (or 0x104F14) is unknown color: approx Myrtle. HEX triplet: 10, 4F and 14. RGB value is (16,79,20). Sum of RGB (Red+Green+Blue) = 16+79+20=115 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.91% from 115); Green value is 79 (31.25% from 255 or 68.70% from 115); Blue value is 20 (8.20% from 255 or 17.39% from 115); Max value from RGB is 79 - color contains mainly: green. Hex color #104F14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #104F14 is #EFB0EB. Grayscale: #353535. Windows color (decimal): -15708396 or 1330960. OLE color: 1330960.

HSL color Cylindrical-coordinate representation of color #104F14: hue angle of 123.81º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #104F14 is Cyan = 0.80, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.69.

Color convert

RGB167920-
CMYK0.8000.750.69
HSL123.81º66.32%18.63%-
HSV(B)123.81º79.75%30.98%-
XYZ3.145.751.61-
YUV53.44109.13101.3-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.91%
GREEN value IS 79 (31.25% from 255) = 68.70%
BLUE value IS 20 (8.20% from 255) = 17.39%
R=13.91%
G=68.70%
B=17.39%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1679200.8000.750.69123.8166.3218.63
Hex104F145004B457c4213
Octal2011724120011310517410223
Binary1000010011111010010100000100101110001011111100100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,79,20); }

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

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

 a { background-color: rgb(16,79,20); }

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

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

 span { border-color: rgb(16,79,20); }

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