#12440A

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

Shades of Myrtle #12440A

Tints of Myrtle #12440A

Color information

#12440A (or 0x12440A) is unknown color: approx Myrtle. HEX triplet: 12, 44 and 0A. RGB value is (18,68,10). Sum of RGB (Red+Green+Blue) = 18+68+10=96 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.75% from 96); Green value is 68 (26.95% from 255 or 70.83% from 96); Blue value is 10 (4.30% from 255 or 10.42% from 96); Max value from RGB is 68 - color contains mainly: green. Hex color #12440A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #12440A is #EDBBF5. Grayscale: #2E2E2E. Windows color (decimal): -15580150 or 672786. OLE color: 672786.

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

Color convert

RGB186810-
CMYK0.7400.850.73
HSL111.72º74.36%15.29%-
HSV(B)111.72º85.29%26.67%-
XYZ2.374.280.99-
YUV46.44107.44107.72-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.75%
GREEN value IS 68 (26.95% from 255) = 70.83%
BLUE value IS 10 (4.30% from 255) = 10.42%
R=18.75%
G=70.83%
B=10.42%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1868100.7400.850.73111.7274.3615.29
Hex1244A4A05549704af
Octal2210412112012511116011217
Binary10010100010010101001010010101011001001111000010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12440A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,68,10); }

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

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

 a { background-color: rgb(18,68,10); }

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

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

 span { border-color: rgb(18,68,10); }

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