#12590B

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

Shades of Myrtle #12590B

Tints of Myrtle #12590B

Color information

#12590B (or 0x12590B) is unknown color: approx Myrtle. HEX triplet: 12, 59 and 0B. RGB value is (18,89,11). Sum of RGB (Red+Green+Blue) = 18+89+11=118 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.25% from 118); Green value is 89 (35.16% from 255 or 75.42% from 118); Blue value is 11 (4.69% from 255 or 9.32% from 118); Max value from RGB is 89 - color contains mainly: green. Hex color #12590B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #12590B is #EDA6F4. Grayscale: #3B3B3B. Windows color (decimal): -15574773 or 743698. OLE color: 743698.

HSL color Cylindrical-coordinate representation of color #12590B: hue angle of 114.62º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12590B is Cyan = 0.80, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.65.

Color convert

RGB188911-
CMYK0.8000.880.65
HSL114.62º78%19.61%-
HSV(B)114.62º87.64%34.9%-
XYZ3.887.31.52-
YUV58.88100.9898.84-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.25%
GREEN value IS 89 (35.16% from 255) = 75.42%
BLUE value IS 11 (4.69% from 255) = 9.32%
R=15.25%
G=75.42%
B=9.32%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1889110.8000.880.65114.627819.61
Hex1259B5005841734e14
Octal2213113120013010116311624
Binary100101011001101110100000101100010000011110011100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12590B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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