Html Css Color HEX #0D5713 Myrtle

📋 copy color: '#0D5713'

red 13 ◦ green 87 ◦ blue 19

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

Shades of Myrtle #0D5713

Tints of Myrtle #0D5713

RGB

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

 GREEN value IS 87 (34.38% from 255) = 73.11%

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

R = 10.92%
G = 73.11%
B = 15.97%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#0D5713 (or 0x0D5713) is known color: Myrtle. HEX triplet: 0D, 57 and 13. RGB value is (13,87,19). Sum of RGB (Red+Green+Blue) = 13+87+19=119 (15% of max value = 765). Red value is 13 (5.47% from 255 or 10.92% from 119); Green value is 87 (34.38% from 255 or 73.11% from 119); Blue value is 19 (7.81% from 255 or 15.97% from 119); Max value from RGB is 87 - color contains mainly: green. Hex color #0D5713 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D5713 is #F2A8EC. Grayscale: #393939. Windows color (decimal): -15902957 or 1267469. OLE color: 1267469.

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

Color convert

RGB 13 87 19 -
CMYK 0.85 0 0.78 0.66
HSL 124.86º 0.74% 0.2% -
HSV(B) 124.86º 0.85% 0.34% -
XYZ 3.69 6.95 1.76 -
YUV 57.12 106.48 96.53 -
System Red Green Blue C M Y K H S L
Decimal 13 87 19 0.85 0 0.78 0.66 124.86 0.74 0.2
Hex D 57 13 55 0 4E 42 7D 4A 14
Octal 15 127 23 125 0 116 102 175 112 24
Binary 1101 1010111 10011 1010101 0 1001110 1000010 1111101 1001010 10100

Color Harmonies of #0D5713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D5713

Black with #0D5713

Text Example


Text Example

White with #0D5713

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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