Html Css Color HEX #0D580E Myrtle

📋 copy color: '#0D580E'

red 13 ◦ green 88 ◦ blue 14

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

Shades of Myrtle #0D580E

Tints of Myrtle #0D580E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 76.52%

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

R = 11.3%
G = 76.52%
B = 12.17%

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

#0D580E (or 0x0D580E) is known color: Myrtle. HEX triplet: 0D, 58 and 0E. RGB value is (13,88,14). Sum of RGB (Red+Green+Blue) = 13+88+14=115 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.30% from 115); Green value is 88 (34.77% from 255 or 76.52% from 115); Blue value is 14 (5.86% from 255 or 12.17% from 115); Max value from RGB is 88 - color contains mainly: green. Hex color #0D580E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D580E is #F2A7F1. Grayscale: #393939. Windows color (decimal): -15902706 or 940045. OLE color: 940045.

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

Color convert

RGB 13 88 14 -
CMYK 0.85 0 0.84 0.65
HSL 120.8º 0.74% 0.2% -
HSV(B) 120.8º 0.85% 0.35% -
XYZ 3.73 7.1 1.59 -
YUV 57.14 103.65 96.52 -
System Red Green Blue C M Y K H S L
Decimal 13 88 14 0.85 0 0.84 0.65 120.8 0.74 0.2
Hex D 58 E 55 0 54 41 79 4A 14
Octal 15 130 16 125 0 124 101 171 112 24
Binary 1101 1011000 1110 1010101 0 1010100 1000001 1111001 1001010 10100

Color Harmonies of #0D580E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D580E

Black with #0D580E

Text Example


Text Example

White with #0D580E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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