#12540B

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

Shades of Myrtle #12540B

Tints of Myrtle #12540B

Color information

#12540B (or 0x12540B) is unknown color: approx Myrtle. HEX triplet: 12, 54 and 0B. RGB value is (18,84,11). Sum of RGB (Red+Green+Blue) = 18+84+11=113 (14% of max value = 765). Red value is 18 (7.42% from 255 or 15.93% from 113); Green value is 84 (33.20% from 255 or 74.34% from 113); Blue value is 11 (4.69% from 255 or 9.73% from 113); Max value from RGB is 84 - color contains mainly: green. Hex color #12540B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #12540B is #EDABF4. Grayscale: #383838. Windows color (decimal): -15576053 or 742418. OLE color: 742418.

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

Color convert

RGB188411-
CMYK0.7900.870.67
HSL114.25º76.84%18.63%-
HSV(B)114.25º86.9%32.94%-
XYZ3.486.491.39-
YUV55.94102.63100.94-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.93%
GREEN value IS 84 (33.20% from 255) = 74.34%
BLUE value IS 11 (4.69% from 255) = 9.73%
R=15.93%
G=74.34%
B=9.73%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1884110.7900.870.67114.2576.8418.63
Hex1254B4F05743724d13
Octal2212413117012710316211523
Binary100101010100101110011110101011110000111110010100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12540B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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