#12400A

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

Shades of Myrtle #12400A

Tints of Myrtle #12400A

Color information

#12400A (or 0x12400A) is unknown color: approx Myrtle. HEX triplet: 12, 40 and 0A. RGB value is (18,64,10). Sum of RGB (Red+Green+Blue) = 18+64+10=92 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.57% from 92); Green value is 64 (25.39% from 255 or 69.57% from 92); Blue value is 10 (4.30% from 255 or 10.87% from 92); Max value from RGB is 64 - color contains mainly: green. Hex color #12400A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #12400A is #EDBFF5. Grayscale: #2C2C2C. Windows color (decimal): -15581174 or 671762. OLE color: 671762.

HSL color Cylindrical-coordinate representation of color #12400A: hue angle of 111.11º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12400A is Cyan = 0.72, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.75.

Color convert

RGB186410-
CMYK0.7200.840.75
HSL111.11º72.97%14.51%-
HSV(B)111.11º84.38%25.1%-
XYZ2.143.820.91-
YUV44.09108.76109.39-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.57%
GREEN value IS 64 (25.39% from 255) = 69.57%
BLUE value IS 10 (4.30% from 255) = 10.87%
R=19.57%
G=69.57%
B=10.87%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1864100.7200.840.75111.1172.9714.51
Hex1240A480544B6f49f
Octal2210012110012411315711117
Binary10010100000010101001000010101001001011110111110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12400A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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