#12490F

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

Shades of Myrtle #12490F

Tints of Myrtle #12490F

Color information

#12490F (or 0x12490F) is unknown color: approx Myrtle. HEX triplet: 12, 49 and 0F. RGB value is (18,73,15). Sum of RGB (Red+Green+Blue) = 18+73+15=106 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.98% from 106); Green value is 73 (28.91% from 255 or 68.87% from 106); Blue value is 15 (6.25% from 255 or 14.15% from 106); Max value from RGB is 73 - color contains mainly: green. Hex color #12490F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #12490F is #EDB6F0. Grayscale: #323232. Windows color (decimal): -15578865 or 1001746. OLE color: 1001746.

HSL color Cylindrical-coordinate representation of color #12490F: hue angle of 116.9º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #12490F is Cyan = 0.75, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.71.

Color convert

RGB187315-
CMYK0.7500.790.71
HSL116.9º65.91%17.25%-
HSV(B)116.9º79.45%28.63%-
XYZ2.724.931.26-
YUV49.94108.28105.22-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.98%
GREEN value IS 73 (28.91% from 255) = 68.87%
BLUE value IS 15 (6.25% from 255) = 14.15%
R=16.98%
G=68.87%
B=14.15%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1873150.7500.790.71116.965.9117.25
Hex1249F4B04F47754211
Octal2211117113011710716510221
Binary100101001001111110010110100111110001111110101100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12490F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12490F; }

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

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

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

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

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

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

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

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