#124404

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

Shades of Myrtle #124404

Tints of Myrtle #124404

Color information

#124404 (or 0x124404) is unknown color: approx Myrtle. HEX triplet: 12, 44 and 04. RGB value is (18,68,4). Sum of RGB (Red+Green+Blue) = 18+68+4=90 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20% from 90); Green value is 68 (26.95% from 255 or 75.56% from 90); Blue value is 4 (1.95% from 255 or 4.44% from 90); Max value from RGB is 68 - color contains mainly: green. Hex color #124404 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124404 is #EDBBFB. Grayscale: #2D2D2D. Windows color (decimal): -15580156 or 279570. OLE color: 279570.

HSL color Cylindrical-coordinate representation of color #124404: hue angle of 106.88º 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 #124404 is Cyan = 0.74, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.73.

Color convert

RGB18684-
CMYK0.7400.940.73
HSL106.88º88.89%14.12%-
HSV(B)106.88º94.12%26.67%-
XYZ2.344.270.82-
YUV45.75104.44108.2-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20%
GREEN value IS 68 (26.95% from 255) = 75.56%
BLUE value IS 4 (1.95% from 255) = 4.44%
R=20%
G=75.56%
B=4.44%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal186840.7400.940.73106.8888.8914.12
Hex124444A05E496b59e
Octal221044112013611115313116
Binary1001010001001001001010010111101001001110101110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124404; }

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

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

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

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

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

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

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

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