Html Css Color HEX #0D5616 Myrtle

📋 copy color: '#0D5616'

red 13 ◦ green 86 ◦ blue 22

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

Shades of Myrtle #0D5616

Tints of Myrtle #0D5616

RGB

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

 GREEN value IS 86 (33.98% from 255) = 71.07%

 BLUE value IS 22 (8.98% from 255) = 18.18%

R = 10.74%
G = 71.07%
B = 18.18%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.74

 K value IS 0.66

RGB Variations

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

Color information

#0D5616 (or 0x0D5616) is known color: Myrtle. HEX triplet: 0D, 56 and 16. RGB value is (13,86,22). Sum of RGB (Red+Green+Blue) = 13+86+22=121 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.74% from 121); Green value is 86 (33.98% from 255 or 71.07% from 121); Blue value is 22 (8.98% from 255 or 18.18% from 121); Max value from RGB is 86 - color contains mainly: green. Hex color #0D5616 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D5616 is #F2A9E9. Grayscale: #393939. Windows color (decimal): -15903210 or 1463821. OLE color: 1463821.

HSL color Cylindrical-coordinate representation of color #0D5616: hue angle of 127.4º degrees, saturation: 0.74, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D5616 is Cyan = 0.85, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.66.

Color convert

RGB 13 86 22 -
CMYK 0.85 0 0.74 0.66
HSL 127.4º 0.74% 0.19% -
HSV(B) 127.4º 0.85% 0.34% -
XYZ 3.64 6.8 1.88 -
YUV 56.88 108.32 96.7 -
System Red Green Blue C M Y K H S L
Decimal 13 86 22 0.85 0 0.74 0.66 127.4 0.74 0.19
Hex D 56 16 55 0 4A 42 7F 4A 13
Octal 15 126 26 125 0 112 102 177 112 23
Binary 1101 1010110 10110 1010101 0 1001010 1000010 1111111 1001010 10011

Color Harmonies of #0D5616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D5616

Black with #0D5616

Text Example


Text Example

White with #0D5616

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,86,22); }

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

background-color css

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

 a { background-color: rgb(13,86,22); }

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

border-color css

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

 span { border-color: rgb(13,86,22); }

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