#12400F

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

Shades of Myrtle #12400F

Tints of Myrtle #12400F

Color information

#12400F (or 0x12400F) is unknown color: approx Myrtle. HEX triplet: 12, 40 and 0F. RGB value is (18,64,15). Sum of RGB (Red+Green+Blue) = 18+64+15=97 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.56% from 97); Green value is 64 (25.39% from 255 or 65.98% from 97); Blue value is 15 (6.25% from 255 or 15.46% from 97); Max value from RGB is 64 - color contains mainly: green. Hex color #12400F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #12400F is #EDBFF0. Grayscale: #2C2C2C. Windows color (decimal): -15581169 or 999442. OLE color: 999442.

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

Color convert

RGB186415-
CMYK0.7200.770.75
HSL116.33º62.03%15.49%-
HSV(B)116.33º76.56%25.1%-
XYZ2.173.831.08-
YUV44.66111.26108.98-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.56%
GREEN value IS 64 (25.39% from 255) = 65.98%
BLUE value IS 15 (6.25% from 255) = 15.46%
R=18.56%
G=65.98%
B=15.46%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1864150.7200.770.75116.3362.0315.49
Hex1240F4804D4B743ef
Octal221001711001151131647617
Binary1001010000001111100100001001101100101111101001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12400F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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