#124004

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

Shades of Myrtle #124004

Tints of Myrtle #124004

Color information

#124004 (or 0x124004) is unknown color: approx Myrtle. HEX triplet: 12, 40 and 04. RGB value is (18,64,4). Sum of RGB (Red+Green+Blue) = 18+64+4=86 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.93% from 86); Green value is 64 (25.39% from 255 or 74.42% from 86); Blue value is 4 (1.95% from 255 or 4.65% from 86); Max value from RGB is 64 - color contains mainly: green. Hex color #124004 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124004 is #EDBFFB. Grayscale: #2B2B2B. Windows color (decimal): -15581180 or 278546. OLE color: 278546.

HSL color Cylindrical-coordinate representation of color #124004: hue angle of 106º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #124004 is Cyan = 0.72, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.75.

Color convert

RGB18644-
CMYK0.7200.940.75
HSL106º88.24%13.33%-
HSV(B)106º93.75%25.1%-
XYZ2.13.80.74-
YUV43.41105.76109.88-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20.93%
GREEN value IS 64 (25.39% from 255) = 74.42%
BLUE value IS 4 (1.95% from 255) = 4.65%
R=20.93%
G=74.42%
B=4.65%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal186440.7200.940.7510688.2413.33
Hex124044805E4B6a58d
Octal221004110013611315213015
Binary1001010000001001001000010111101001011110101010110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124004; }

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

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

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

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

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

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

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

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