Html Css Color HEX #0D5113 Myrtle

📋 copy color: '#0D5113'

red 13 ◦ green 81 ◦ blue 19

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

Shades of Myrtle #0D5113

Tints of Myrtle #0D5113

RGB

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

 GREEN value IS 81 (32.03% from 255) = 71.68%

 BLUE value IS 19 (7.81% from 255) = 16.81%

R = 11.5%
G = 71.68%
B = 16.81%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.77

 K value IS 0.68

RGB Variations

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

Color information

#0D5113 (or 0x0D5113) is known color: Myrtle. HEX triplet: 0D, 51 and 13. RGB value is (13,81,19). Sum of RGB (Red+Green+Blue) = 13+81+19=113 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.50% from 113); Green value is 81 (32.03% from 255 or 71.68% from 113); Blue value is 19 (7.81% from 255 or 16.81% from 113); Max value from RGB is 81 - color contains mainly: green. Hex color #0D5113 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D5113 is #F2AEEC. Grayscale: #353535. Windows color (decimal): -15904493 or 1265933. OLE color: 1265933.

HSL color Cylindrical-coordinate representation of color #0D5113: hue angle of 125.29º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D5113 is Cyan = 0.84, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.68.

Color convert

RGB 13 81 19 -
CMYK 0.84 0 0.77 0.68
HSL 125.29º 0.72% 0.18% -
HSV(B) 125.29º 0.84% 0.32% -
XYZ 3.23 6.02 1.61 -
YUV 53.6 108.47 99.04 -
System Red Green Blue C M Y K H S L
Decimal 13 81 19 0.84 0 0.77 0.68 125.29 0.72 0.18
Hex D 51 13 54 0 4D 44 7D 48 12
Octal 15 121 23 124 0 115 104 175 110 22
Binary 1101 1010001 10011 1010100 0 1001101 1000100 1111101 1001000 10010

Color Harmonies of #0D5113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D5113

Black with #0D5113

Text Example


Text Example

White with #0D5113

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,81,19); }

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

background-color css

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

 a { background-color: rgb(13,81,19); }

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

border-color css

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

 span { border-color: rgb(13,81,19); }

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