#12590D

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

Shades of Myrtle #12590D

Tints of Myrtle #12590D

Color information

#12590D (or 0x12590D) is unknown color: approx Myrtle. HEX triplet: 12, 59 and 0D. RGB value is (18,89,13). Sum of RGB (Red+Green+Blue) = 18+89+13=120 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15% from 120); Green value is 89 (35.16% from 255 or 74.17% from 120); Blue value is 13 (5.47% from 255 or 10.83% from 120); Max value from RGB is 89 - color contains mainly: green. Hex color #12590D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #12590D is #EDA6F2. Grayscale: #3B3B3B. Windows color (decimal): -15574771 or 874770. OLE color: 874770.

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

Color convert

RGB188913-
CMYK0.8000.850.65
HSL116.05º74.51%20%-
HSV(B)116.05º85.39%34.9%-
XYZ3.897.31.59-
YUV59.11101.9898.68-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15%
GREEN value IS 89 (35.16% from 255) = 74.17%
BLUE value IS 13 (5.47% from 255) = 10.83%
R=15%
G=74.17%
B=10.83%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1889130.8000.850.65116.0574.5120
Hex1259D5005541744b14
Octal2213115120012510116411324
Binary100101011001110110100000101010110000011110100100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12590D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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