#124919

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

Shades of Myrtle #124919

Tints of Myrtle #124919

Color information

#124919 (or 0x124919) is unknown color: approx Myrtle. HEX triplet: 12, 49 and 19. RGB value is (18,73,25). Sum of RGB (Red+Green+Blue) = 18+73+25=116 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.52% from 116); Green value is 73 (28.91% from 255 or 62.93% from 116); Blue value is 25 (10.16% from 255 or 21.55% from 116); Max value from RGB is 73 - color contains mainly: green. Hex color #124919 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124919 is #EDB6E6. Grayscale: #333333. Windows color (decimal): -15578855 or 1657106. OLE color: 1657106.

HSL color Cylindrical-coordinate representation of color #124919: hue angle of 127.64º 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 #124919 is Cyan = 0.75, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.71.

Color convert

RGB187325-
CMYK0.7500.660.71
HSL127.64º60.44%17.84%-
HSV(B)127.64º75.34%28.63%-
XYZ2.814.961.73-
YUV51.08113.28104.4-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.52%
GREEN value IS 73 (28.91% from 255) = 62.93%
BLUE value IS 25 (10.16% from 255) = 21.55%
R=15.52%
G=62.93%
B=21.55%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1873250.7500.660.71127.6460.4417.84
Hex1249194B04247803c12
Octal221113111301021072007422
Binary1001010010011100110010110100001010001111000000011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124919; }

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

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

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

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

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

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

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

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