Html Css Color HEX #0D4913 Myrtle

📋 copy color: '#0D4913'

red 13 ◦ green 73 ◦ blue 19

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

Shades of Myrtle #0D4913

Tints of Myrtle #0D4913

RGB

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

 GREEN value IS 73 (28.91% from 255) = 69.52%

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

R = 12.38%
G = 69.52%
B = 18.1%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.74

 K value IS 0.71

RGB Variations

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

Color information

#0D4913 (or 0x0D4913) is known color: Myrtle. HEX triplet: 0D, 49 and 13. RGB value is (13,73,19). Sum of RGB (Red+Green+Blue) = 13+73+19=105 (13% of max value = 765). Red value is 13 (5.47% from 255 or 12.38% from 105); Green value is 73 (28.91% from 255 or 69.52% from 105); Blue value is 19 (7.81% from 255 or 18.10% from 105); Max value from RGB is 73 - color contains mainly: green. Hex color #0D4913 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D4913 is #F2B6EC. Grayscale: #313131. Windows color (decimal): -15906541 or 1263885. OLE color: 1263885.

HSL color Cylindrical-coordinate representation of color #0D4913: hue angle of 126º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0D4913 is Cyan = 0.82, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.71.

Color convert

RGB 13 73 19 -
CMYK 0.82 0 0.74 0.71
HSL 126º 0.7% 0.17% -
HSV(B) 126º 0.82% 0.29% -
XYZ 2.67 4.9 1.42 -
YUV 48.9 111.12 102.39 -
System Red Green Blue C M Y K H S L
Decimal 13 73 19 0.82 0 0.74 0.71 126 0.7 0.17
Hex D 49 13 52 0 4A 47 7E 46 11
Octal 15 111 23 122 0 112 107 176 106 21
Binary 1101 1001001 10011 1010010 0 1001010 1000111 1111110 1000110 10001

Color Harmonies of #0D4913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4913

Black with #0D4913

Text Example


Text Example

White with #0D4913

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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