#104404

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

Shades of Myrtle #104404

Tints of Myrtle #104404

Color information

#104404 (or 0x104404) is unknown color: approx Myrtle. HEX triplet: 10, 44 and 04. RGB value is (16,68,4). Sum of RGB (Red+Green+Blue) = 16+68+4=88 (11% of max value = 765). Red value is 16 (6.64% from 255 or 18.18% from 88); Green value is 68 (26.95% from 255 or 77.27% from 88); Blue value is 4 (1.95% from 255 or 4.55% from 88); Max value from RGB is 68 - color contains mainly: green. Hex color #104404 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104404 is #EFBBFB. Grayscale: #2D2D2D. Windows color (decimal): -15711228 or 279568. OLE color: 279568.

HSL color Cylindrical-coordinate representation of color #104404: hue angle of 108.75º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #104404 is Cyan = 0.76, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.73.

Color convert

RGB16684-
CMYK0.7600.940.73
HSL108.75º88.89%14.12%-
HSV(B)108.75º94.12%26.67%-
XYZ2.34.250.81-
YUV45.16104.77107.2-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 18.18%
GREEN value IS 68 (26.95% from 255) = 77.27%
BLUE value IS 4 (1.95% from 255) = 4.55%
R=18.18%
G=77.27%
B=4.55%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal166840.7600.940.73108.7588.8914.12
Hex104444C05E496d59e
Octal201044114013611115513116
Binary1000010001001001001100010111101001001110110110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104404; }

 p { color: rgb(16,68,4); }

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

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

 a { background-color: rgb(16,68,4); }

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

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

 span { border-color: rgb(16,68,4); }

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