Html Css Color HEX #0D4713 Myrtle

📋 copy color: '#0D4713'

red 13 ◦ green 71 ◦ blue 19

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

Shades of Myrtle #0D4713

Tints of Myrtle #0D4713

RGB

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

 GREEN value IS 71 (28.13% from 255) = 68.93%

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

R = 12.62%
G = 68.93%
B = 18.45%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.73

 K value IS 0.72

RGB Variations

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

Color information

#0D4713 (or 0x0D4713) is known color: Myrtle. HEX triplet: 0D, 47 and 13. RGB value is (13,71,19). Sum of RGB (Red+Green+Blue) = 13+71+19=103 (13% of max value = 765). Red value is 13 (5.47% from 255 or 12.62% from 103); Green value is 71 (28.12% from 255 or 68.93% from 103); Blue value is 19 (7.81% from 255 or 18.45% from 103); Max value from RGB is 71 - color contains mainly: green. Hex color #0D4713 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D4713 is #F2B8EC. Grayscale: #2F2F2F. Windows color (decimal): -15907053 or 1263373. OLE color: 1263373.

HSL color Cylindrical-coordinate representation of color #0D4713: hue angle of 126.21º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0D4713 is Cyan = 0.82, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.72.

Color convert

RGB 13 71 19 -
CMYK 0.82 0 0.73 0.72
HSL 126.21º 0.69% 0.16% -
HSV(B) 126.21º 0.82% 0.28% -
XYZ 2.54 4.64 1.38 -
YUV 47.73 111.78 103.23 -
System Red Green Blue C M Y K H S L
Decimal 13 71 19 0.82 0 0.73 0.72 126.21 0.69 0.16
Hex D 47 13 52 0 49 48 7E 45 10
Octal 15 107 23 122 0 111 110 176 105 20
Binary 1101 1000111 10011 1010010 0 1001001 1001000 1111110 1000101 10000

Color Harmonies of #0D4713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4713

Black with #0D4713

Text Example


Text Example

White with #0D4713

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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