#104F16

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

Shades of Myrtle #104F16

Tints of Myrtle #104F16

Color information

#104F16 (or 0x104F16) is unknown color: approx Myrtle. HEX triplet: 10, 4F and 16. RGB value is (16,79,22). Sum of RGB (Red+Green+Blue) = 16+79+22=117 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.68% from 117); Green value is 79 (31.25% from 255 or 67.52% from 117); Blue value is 22 (8.98% from 255 or 18.80% from 117); Max value from RGB is 79 - color contains mainly: green. Hex color #104F16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #104F16 is #EFB0E9. Grayscale: #353535. Windows color (decimal): -15708394 or 1462032. OLE color: 1462032.

HSL color Cylindrical-coordinate representation of color #104F16: hue angle of 125.71º 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 #104F16 is Cyan = 0.80, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.69.

Color convert

RGB167922-
CMYK0.8000.720.69
HSL125.71º66.32%18.63%-
HSV(B)125.71º79.75%30.98%-
XYZ3.155.761.7-
YUV53.66110.13101.13-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.68%
GREEN value IS 79 (31.25% from 255) = 67.52%
BLUE value IS 22 (8.98% from 255) = 18.80%
R=13.68%
G=67.52%
B=18.80%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1679220.8000.720.69125.7166.3218.63
Hex104F1650048457e4213
Octal2011726120011010517610223
Binary1000010011111011010100000100100010001011111110100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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