#12491A

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

Shades of Myrtle #12491A

Tints of Myrtle #12491A

Color information

#12491A (or 0x12491A) is unknown color: approx Myrtle. HEX triplet: 12, 49 and 1A. RGB value is (18,73,26). Sum of RGB (Red+Green+Blue) = 18+73+26=117 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.38% from 117); Green value is 73 (28.91% from 255 or 62.39% from 117); Blue value is 26 (10.55% from 255 or 22.22% from 117); Max value from RGB is 73 - color contains mainly: green. Hex color #12491A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12491A is #EDB6E5. Grayscale: #333333. Windows color (decimal): -15578854 or 1722642. OLE color: 1722642.

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

Color convert

RGB187326-
CMYK0.7500.640.71
HSL128.73º60.44%17.84%-
HSV(B)128.73º75.34%28.63%-
XYZ2.824.971.79-
YUV51.2113.78104.32-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.38%
GREEN value IS 73 (28.91% from 255) = 62.39%
BLUE value IS 26 (10.55% from 255) = 22.22%
R=15.38%
G=62.39%
B=22.22%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1873260.7500.640.71128.7360.4417.84
Hex12491A4B04047813c12
Octal221113211301001072017422
Binary1001010010011101010010110100000010001111000000111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12491A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12491A; }

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

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

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

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

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

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

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

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