#12540D

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

Shades of Myrtle #12540D

Tints of Myrtle #12540D

Color information

#12540D (or 0x12540D) is unknown color: approx Myrtle. HEX triplet: 12, 54 and 0D. RGB value is (18,84,13). Sum of RGB (Red+Green+Blue) = 18+84+13=115 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.65% from 115); Green value is 84 (33.20% from 255 or 73.04% from 115); Blue value is 13 (5.47% from 255 or 11.30% from 115); Max value from RGB is 84 - color contains mainly: green. Hex color #12540D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #12540D is #EDABF2. Grayscale: #383838. Windows color (decimal): -15576051 or 873490. OLE color: 873490.

HSL color Cylindrical-coordinate representation of color #12540D: hue angle of 115.77º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12540D is Cyan = 0.79, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.67.

Color convert

RGB188413-
CMYK0.7900.850.67
HSL115.77º73.2%19.02%-
HSV(B)115.77º84.52%32.94%-
XYZ3.496.51.45-
YUV56.17103.63100.77-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.65%
GREEN value IS 84 (33.20% from 255) = 73.04%
BLUE value IS 13 (5.47% from 255) = 11.30%
R=15.65%
G=73.04%
B=11.30%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1884130.7900.850.67115.7773.219.02
Hex1254D4F05543744913
Octal2212415117012510316411123
Binary100101010100110110011110101010110000111110100100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12540D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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