#104400

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

Shades of Myrtle #104400

Tints of Myrtle #104400

Color information

#104400 (or 0x104400) is unknown color: approx Myrtle. HEX triplet: 10, 44 and 00. RGB value is (16,68,0). Sum of RGB (Red+Green+Blue) = 16+68+0=84 (11% of max value = 765). Red value is 16 (6.64% from 255 or 19.05% from 84); Green value is 68 (26.95% from 255 or 80.95% from 84); Blue value is 0 (0.39% from 255 or 0% from 84); Max value from RGB is 68 - color contains mainly: green. Hex color #104400 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104400 is #EFBBFF. Grayscale: #2C2C2C. Windows color (decimal): -15711232 or 17424. OLE color: 17424.

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

Color convert

RGB16680-
CMYK0.76010.73
HSL105.88º100%13.33%-
HSV(B)105.88º100%26.67%-
XYZ2.284.240.7-
YUV44.7102.77107.53-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 19.05%
GREEN value IS 68 (26.95% from 255) = 80.95%
BLUE value IS 0 (0.39% from 255) = 0%
R=19.05%
G=80.95%
B=0%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal166800.76010.73105.8810013.33
Hex104404C064496a64d
Octal201040114014411115214415
Binary10000100010001001100011001001001001110101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104400; }

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

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

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

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

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

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

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

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