#12400D

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

Shades of Myrtle #12400D

Tints of Myrtle #12400D

Color information

#12400D (or 0x12400D) is unknown color: approx Myrtle. HEX triplet: 12, 40 and 0D. RGB value is (18,64,13). Sum of RGB (Red+Green+Blue) = 18+64+13=95 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.95% from 95); Green value is 64 (25.39% from 255 or 67.37% from 95); Blue value is 13 (5.47% from 255 or 13.68% from 95); Max value from RGB is 64 - color contains mainly: green. Hex color #12400D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #12400D is #EDBFF2. Grayscale: #2C2C2C. Windows color (decimal): -15581171 or 868370. OLE color: 868370.

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

Color convert

RGB186413-
CMYK0.7200.800.75
HSL114.12º66.23%15.1%-
HSV(B)114.12º79.69%25.1%-
XYZ2.163.821.01-
YUV44.43110.26109.15-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.95%
GREEN value IS 64 (25.39% from 255) = 67.37%
BLUE value IS 13 (5.47% from 255) = 13.68%
R=18.95%
G=67.37%
B=13.68%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1864130.7200.800.75114.1266.2315.1
Hex1240D480504B7242f
Octal2210015110012011316210217
Binary10010100000011011001000010100001001011111001010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12400D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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