Html Css Color HEX #0D490F Myrtle

📋 copy color: '#0D490F'

red 13 ◦ green 73 ◦ blue 15

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

Shades of Myrtle #0D490F

Tints of Myrtle #0D490F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 14.85%

R = 12.87%
G = 72.28%
B = 14.85%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.79

 K value IS 0.71

RGB Variations

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

Color information

#0D490F (or 0x0D490F) is known color: Myrtle. HEX triplet: 0D, 49 and 0F. RGB value is (13,73,15). Sum of RGB (Red+Green+Blue) = 13+73+15=101 (13% of max value = 765). Red value is 13 (5.47% from 255 or 12.87% from 101); Green value is 73 (28.91% from 255 or 72.28% from 101); Blue value is 15 (6.25% from 255 or 14.85% from 101); Max value from RGB is 73 - color contains mainly: green. Hex color #0D490F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D490F is #F2B6F0. Grayscale: #303030. Windows color (decimal): -15906545 or 1001741. OLE color: 1001741.

HSL color Cylindrical-coordinate representation of color #0D490F: hue angle of 122º 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 #0D490F is Cyan = 0.82, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.71.

Color convert

RGB 13 73 15 -
CMYK 0.82 0 0.79 0.71
HSL 122º 0.7% 0.17% -
HSV(B) 122º 0.82% 0.29% -
XYZ 2.63 4.89 1.26 -
YUV 48.45 109.12 102.72 -
System Red Green Blue C M Y K H S L
Decimal 13 73 15 0.82 0 0.79 0.71 122 0.7 0.17
Hex D 49 F 52 0 4F 47 7A 46 11
Octal 15 111 17 122 0 117 107 172 106 21
Binary 1101 1001001 1111 1010010 0 1001111 1000111 1111010 1000110 10001

Color Harmonies of #0D490F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D490F

Black with #0D490F

Text Example


Text Example

White with #0D490F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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