#124604

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

Shades of Myrtle #124604

Tints of Myrtle #124604

Color information

#124604 (or 0x124604) is unknown color: approx Myrtle. HEX triplet: 12, 46 and 04. RGB value is (18,70,4). Sum of RGB (Red+Green+Blue) = 18+70+4=92 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.57% from 92); Green value is 70 (27.73% from 255 or 76.09% from 92); Blue value is 4 (1.95% from 255 or 4.35% from 92); Max value from RGB is 70 - color contains mainly: green. Hex color #124604 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124604 is #EDB9FB. Grayscale: #2F2F2F. Windows color (decimal): -15579644 or 280082. OLE color: 280082.

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

Color convert

RGB18704-
CMYK0.7400.940.73
HSL107.27º89.19%14.51%-
HSV(B)107.27º94.29%27.45%-
XYZ2.464.520.86-
YUV46.93103.77107.37-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.57%
GREEN value IS 70 (27.73% from 255) = 76.09%
BLUE value IS 4 (1.95% from 255) = 4.35%
R=19.57%
G=76.09%
B=4.35%

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
Decimal187040.7400.940.73107.2789.1914.51
Hex124644A05E496b59f
Octal221064112013611115313117
Binary1001010001101001001010010111101001001110101110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124604; }

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

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

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

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

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

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

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

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