Html Css Color HEX #0D590E Myrtle

📋 copy color: '#0D590E'

red 13 ◦ green 89 ◦ blue 14

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

Shades of Myrtle #0D590E

Tints of Myrtle #0D590E

RGB

 RED value IS 13 (5.47% from 255) = 11.21%

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

 BLUE value IS 14 (5.86% from 255) = 12.07%

R = 11.21%
G = 76.72%
B = 12.07%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#0D590E (or 0x0D590E) is known color: Myrtle. HEX triplet: 0D, 59 and 0E. RGB value is (13,89,14). Sum of RGB (Red+Green+Blue) = 13+89+14=116 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.21% from 116); Green value is 89 (35.16% from 255 or 76.72% from 116); Blue value is 14 (5.86% from 255 or 12.07% from 116); Max value from RGB is 89 - color contains mainly: green. Hex color #0D590E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D590E is #F2A6F1. Grayscale: #393939. Windows color (decimal): -15902450 or 940301. OLE color: 940301.

HSL color Cylindrical-coordinate representation of color #0D590E: hue angle of 120.79º 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 #0D590E is Cyan = 0.85, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB 13 89 14 -
CMYK 0.85 0 0.84 0.65
HSL 120.79º 0.75% 0.2% -
HSV(B) 120.79º 0.85% 0.35% -
XYZ 3.82 7.26 1.62 -
YUV 57.73 103.32 96.1 -
System Red Green Blue C M Y K H S L
Decimal 13 89 14 0.85 0 0.84 0.65 120.79 0.75 0.2
Hex D 59 E 55 0 54 41 79 4B 14
Octal 15 131 16 125 0 124 101 171 113 24
Binary 1101 1011001 1110 1010101 0 1010100 1000001 1111001 1001011 10100

Color Harmonies of #0D590E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D590E

Black with #0D590E

Text Example


Text Example

White with #0D590E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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