Html Css Color HEX #0E590C Myrtle

📋 copy color: '#0E590C'

red 14 ◦ green 89 ◦ blue 12

#0E590C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #0E590C

Tints of Myrtle #0E590C

RGB

 RED value IS 14 (5.86% from 255) = 12.17%

 GREEN value IS 89 (35.16% from 255) = 77.39%

 BLUE value IS 12 (5.08% from 255) = 10.43%

R = 12.17%
G = 77.39%
B = 10.43%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.87

 K value IS 0.65

RGB Variations

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

Color information

#0E590C (or 0x0E590C) is known color: Myrtle. HEX triplet: 0E, 59 and 0C. RGB value is (14,89,12). Sum of RGB (Red+Green+Blue) = 14+89+12=115 (15% of max value = 765). Red value is 14 (5.86% from 255 or 12.17% from 115); Green value is 89 (35.16% from 255 or 77.39% from 115); Blue value is 12 (5.08% from 255 or 10.43% from 115); Max value from RGB is 89 - color contains mainly: green. Hex color #0E590C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E590C is #F1A6F3. Grayscale: #3A3A3A. Windows color (decimal): -15836916 or 809230. OLE color: 809230.

HSL color Cylindrical-coordinate representation of color #0E590C: hue angle of 118.44º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E590C is Cyan = 0.84, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.65.

Color convert

RGB 14 89 12 -
CMYK 0.84 0 0.87 0.65
HSL 118.44º 0.76% 0.2% -
HSV(B) 118.44º 0.87% 0.35% -
XYZ 3.82 7.26 1.55 -
YUV 57.8 102.15 96.76 -
System Red Green Blue C M Y K H S L
Decimal 14 89 12 0.84 0 0.87 0.65 118.44 0.76 0.2
Hex E 59 C 54 0 57 41 76 4C 14
Octal 16 131 14 124 0 127 101 166 114 24
Binary 1110 1011001 1100 1010100 0 1010111 1000001 1110110 1001100 10100

Color Harmonies of #0E590C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E590C

Black with #0E590C

Text Example


Text Example

White with #0E590C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0E590C; }

 p { color: rgb(14,89,12); }

 H1.HeaderClassName
 {
   color: #0E590C;
 }
 .AnyTagClassName
 {
   color: #0E590C;
 }
</style>

background-color css

<style>
 a { background-color: #0E590C; }

 a { background-color: rgb(14,89,12); }

 div.DivClassName
 {
   background-color: #0E590C;
 }
 .BgClassName
 {
   background-color: #0E590C;
 }
</style>

border-color css

<style>
 span { border-color: #0E590C; }

 span { border-color: rgb(14,89,12); }

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