#124914

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

Shades of Myrtle #124914

Tints of Myrtle #124914

Color information

#124914 (or 0x124914) is unknown color: approx Myrtle. HEX triplet: 12, 49 and 14. RGB value is (18,73,20). Sum of RGB (Red+Green+Blue) = 18+73+20=111 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.22% from 111); Green value is 73 (28.91% from 255 or 65.77% from 111); Blue value is 20 (8.20% from 255 or 18.02% from 111); Max value from RGB is 73 - color contains mainly: green. Hex color #124914 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124914 is #EDB6EB. Grayscale: #323232. Windows color (decimal): -15578860 or 1329426. OLE color: 1329426.

HSL color Cylindrical-coordinate representation of color #124914: hue angle of 122.18º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #124914 is Cyan = 0.75, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.71.

Color convert

RGB187320-
CMYK0.7500.730.71
HSL122.18º60.44%17.84%-
HSV(B)122.18º75.34%28.63%-
XYZ2.764.941.47-
YUV50.51110.78104.81-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.22%
GREEN value IS 73 (28.91% from 255) = 65.77%
BLUE value IS 20 (8.20% from 255) = 18.02%
R=16.22%
G=65.77%
B=18.02%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1873200.7500.730.71122.1860.4417.84
Hex1249144B049477a3c12
Octal221112411301111071727422
Binary100101001001101001001011010010011000111111101011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124914; }

 p { color: rgb(18,73,20); }

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

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

 a { background-color: rgb(18,73,20); }

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

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

 span { border-color: rgb(18,73,20); }

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