Html Css Color HEX #0D4513 Myrtle

📋 copy color: '#0D4513'

red 13 ◦ green 69 ◦ blue 19

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

Shades of Myrtle #0D4513

Tints of Myrtle #0D4513

RGB

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

 GREEN value IS 69 (27.34% from 255) = 68.32%

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

R = 12.87%
G = 68.32%
B = 18.81%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.72

 K value IS 0.73

RGB Variations

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

Color information

#0D4513 (or 0x0D4513) is known color: Myrtle. HEX triplet: 0D, 45 and 13. RGB value is (13,69,19). Sum of RGB (Red+Green+Blue) = 13+69+19=101 (13% of max value = 765). Red value is 13 (5.47% from 255 or 12.87% from 101); Green value is 69 (27.34% from 255 or 68.32% from 101); Blue value is 19 (7.81% from 255 or 18.81% from 101); Max value from RGB is 69 - color contains mainly: green. Hex color #0D4513 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D4513 is #F2BAEC. Grayscale: #2E2E2E. Windows color (decimal): -15907565 or 1262861. OLE color: 1262861.

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

Color convert

RGB 13 69 19 -
CMYK 0.81 0 0.72 0.73
HSL 126.43º 0.68% 0.16% -
HSV(B) 126.43º 0.81% 0.27% -
XYZ 2.41 4.39 1.34 -
YUV 46.56 112.45 104.07 -
System Red Green Blue C M Y K H S L
Decimal 13 69 19 0.81 0 0.72 0.73 126.43 0.68 0.16
Hex D 45 13 51 0 48 49 7E 44 10
Octal 15 105 23 121 0 110 111 176 104 20
Binary 1101 1000101 10011 1010001 0 1001000 1001001 1111110 1000100 10000

Color Harmonies of #0D4513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4513

Black with #0D4513

Text Example


Text Example

White with #0D4513

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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