#12400C

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

Shades of Myrtle #12400C

Tints of Myrtle #12400C

Color information

#12400C (or 0x12400C) is unknown color: approx Myrtle. HEX triplet: 12, 40 and 0C. RGB value is (18,64,12). Sum of RGB (Red+Green+Blue) = 18+64+12=94 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.15% from 94); Green value is 64 (25.39% from 255 or 68.09% from 94); Blue value is 12 (5.08% from 255 or 12.77% from 94); Max value from RGB is 64 - color contains mainly: green. Hex color #12400C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #12400C is #EDBFF3. Grayscale: #2C2C2C. Windows color (decimal): -15581172 or 802834. OLE color: 802834.

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

Color convert

RGB186412-
CMYK0.7200.810.75
HSL113.08º68.42%14.9%-
HSV(B)113.08º81.25%25.1%-
XYZ2.153.820.97-
YUV44.32109.76109.23-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.15%
GREEN value IS 64 (25.39% from 255) = 68.09%
BLUE value IS 12 (5.08% from 255) = 12.77%
R=19.15%
G=68.09%
B=12.77%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1864120.7200.810.75113.0868.4214.9
Hex1240C480514B7144f
Octal2210014110012111316110417
Binary10010100000011001001000010100011001011111000110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12400C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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