#104D1A

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

Shades of Myrtle #104D1A

Tints of Myrtle #104D1A

Color information

#104D1A (or 0x104D1A) is unknown color: approx Myrtle. HEX triplet: 10, 4D and 1A. RGB value is (16,77,26). Sum of RGB (Red+Green+Blue) = 16+77+26=119 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.45% from 119); Green value is 77 (30.47% from 255 or 64.71% from 119); Blue value is 26 (10.55% from 255 or 21.85% from 119); Max value from RGB is 77 - color contains mainly: green. Hex color #104D1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #104D1A is #EFB2E5. Grayscale: #353535. Windows color (decimal): -15708902 or 1723664. OLE color: 1723664.

HSL color Cylindrical-coordinate representation of color #104D1A: hue angle of 129.84º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #104D1A is Cyan = 0.79, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.70.

Color convert

RGB167726-
CMYK0.7900.660.70
HSL129.84º65.59%18.24%-
HSV(B)129.84º79.22%30.2%-
XYZ3.055.491.88-
YUV52.95112.79101.65-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.45%
GREEN value IS 77 (30.47% from 255) = 64.71%
BLUE value IS 26 (10.55% from 255) = 21.85%
R=13.45%
G=64.71%
B=21.85%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1677260.7900.660.70129.8465.5918.24
Hex104D1A4F04246824212
Octal2011532117010210620210222
Binary10000100110111010100111101000010100011010000010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,77,26); }

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

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

 a { background-color: rgb(16,77,26); }

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

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

 span { border-color: rgb(16,77,26); }

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