Html Css Color HEX #0D410E Myrtle

📋 copy color: '#0D410E'

red 13 ◦ green 65 ◦ blue 14

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

Shades of Myrtle #0D410E

Tints of Myrtle #0D410E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 70.65%

 BLUE value IS 14 (5.86% from 255) = 15.22%

R = 14.13%
G = 70.65%
B = 15.22%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.78

 K value IS 0.75

RGB Variations

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

Color information

#0D410E (or 0x0D410E) is known color: Myrtle. HEX triplet: 0D, 41 and 0E. RGB value is (13,65,14). Sum of RGB (Red+Green+Blue) = 13+65+14=92 (12% of max value = 765). Red value is 13 (5.47% from 255 or 14.13% from 92); Green value is 65 (25.78% from 255 or 70.65% from 92); Blue value is 14 (5.86% from 255 or 15.22% from 92); Max value from RGB is 65 - color contains mainly: green. Hex color #0D410E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D410E is #F2BEF1. Grayscale: #2B2B2B. Windows color (decimal): -15908594 or 934157. OLE color: 934157.

HSL color Cylindrical-coordinate representation of color #0D410E: hue angle of 121.15º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0D410E is Cyan = 0.80, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.75.

Color convert

RGB 13 65 14 -
CMYK 0.80 0 0.78 0.75
HSL 121.15º 0.67% 0.15% -
HSV(B) 121.15º 0.8% 0.25% -
XYZ 2.14 3.9 1.06 -
YUV 43.64 111.27 106.15 -
System Red Green Blue C M Y K H S L
Decimal 13 65 14 0.80 0 0.78 0.75 121.15 0.67 0.15
Hex D 41 E 50 0 4E 4B 79 43 F
Octal 15 101 16 120 0 116 113 171 103 17
Binary 1101 1000001 1110 1010000 0 1001110 1001011 1111001 1000011 1111

Color Harmonies of #0D410E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D410E

Black with #0D410E

Text Example


Text Example

White with #0D410E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,65,14); }

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

background-color css

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

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

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

border-color css

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

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

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