#104D12

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

Shades of Myrtle #104D12

Tints of Myrtle #104D12

Color information

#104D12 (or 0x104D12) is unknown color: approx Myrtle. HEX triplet: 10, 4D and 12. RGB value is (16,77,18). Sum of RGB (Red+Green+Blue) = 16+77+18=111 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.41% from 111); Green value is 77 (30.47% from 255 or 69.37% from 111); Blue value is 18 (7.42% from 255 or 16.22% from 111); Max value from RGB is 77 - color contains mainly: green. Hex color #104D12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #104D12 is #EFB2ED. Grayscale: #343434. Windows color (decimal): -15708910 or 1199376. OLE color: 1199376.

HSL color Cylindrical-coordinate representation of color #104D12: hue angle of 121.97º 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 #104D12 is Cyan = 0.79, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.70.

Color convert

RGB167718-
CMYK0.7900.770.70
HSL121.97º65.59%18.24%-
HSV(B)121.97º79.22%30.2%-
XYZ2.985.461.47-
YUV52.04108.79102.3-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.41%
GREEN value IS 77 (30.47% from 255) = 69.37%
BLUE value IS 18 (7.42% from 255) = 16.22%
R=14.41%
G=69.37%
B=16.22%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1677180.7900.770.70121.9765.5918.24
Hex104D124F04D467a4212
Octal2011522117011510617210222
Binary1000010011011001010011110100110110001101111010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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