Html Css Color HEX #0D470D Myrtle

📋 copy color: '#0D470D'

red 13 ◦ green 71 ◦ blue 13

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

Shades of Myrtle #0D470D

Tints of Myrtle #0D470D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 13.4%

R = 13.4%
G = 73.2%
B = 13.4%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#0D470D (or 0x0D470D) is known color: Myrtle. HEX triplet: 0D, 47 and 0D. RGB value is (13,71,13). Sum of RGB (Red+Green+Blue) = 13+71+13=97 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.40% from 97); Green value is 71 (28.12% from 255 or 73.20% from 97); Blue value is 13 (5.47% from 255 or 13.40% from 97); Max value from RGB is 71 - color contains mainly: green. Hex color #0D470D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D470D is #F2B8F2. Grayscale: #2F2F2F. Windows color (decimal): -15907059 or 870157. OLE color: 870157.

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

Color convert

RGB 13 71 13 -
CMYK 0.82 0 0.82 0.72
HSL 120º 0.69% 0.16% -
HSV(B) 120º 0.82% 0.28% -
XYZ 2.49 4.62 1.14 -
YUV 47.05 108.78 103.72 -
System Red Green Blue C M Y K H S L
Decimal 13 71 13 0.82 0 0.82 0.72 120 0.69 0.16
Hex D 47 D 52 0 52 48 78 45 10
Octal 15 107 15 122 0 122 110 170 105 20
Binary 1101 1000111 1101 1010010 0 1010010 1001000 1111000 1000101 10000

Color Harmonies of #0D470D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D470D

Black with #0D470D

Text Example


Text Example

White with #0D470D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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