Html Css Color HEX #0D410D Myrtle

📋 copy color: '#0D410D'

red 13 ◦ green 65 ◦ blue 13

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

Shades of Myrtle #0D410D

Tints of Myrtle #0D410D

RGB

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

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

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

R = 14.29%
G = 71.43%
B = 14.29%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.80

 K value IS 0.75

RGB Variations

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

Color information

#0D410D (or 0x0D410D) is known color: Myrtle. HEX triplet: 0D, 41 and 0D. RGB value is (13,65,13). Sum of RGB (Red+Green+Blue) = 13+65+13=91 (12% of max value = 765). Red value is 13 (5.47% from 255 or 14.29% from 91); Green value is 65 (25.78% from 255 or 71.43% from 91); Blue value is 13 (5.47% from 255 or 14.29% from 91); Max value from RGB is 65 - color contains mainly: green. Hex color #0D410D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D410D is #F2BEF2. Grayscale: #2B2B2B. Windows color (decimal): -15908595 or 868621. OLE color: 868621.

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

Color convert

RGB 13 65 13 -
CMYK 0.80 0 0.80 0.75
HSL 120º 0.67% 0.15% -
HSV(B) 120º 0.8% 0.25% -
XYZ 2.13 3.9 1.02 -
YUV 43.52 110.77 106.23 -
System Red Green Blue C M Y K H S L
Decimal 13 65 13 0.80 0 0.80 0.75 120 0.67 0.15
Hex D 41 D 50 0 50 4B 78 43 F
Octal 15 101 15 120 0 120 113 170 103 17
Binary 1101 1000001 1101 1010000 0 1010000 1001011 1111000 1000011 1111

Color Harmonies of #0D410D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D410D

Black with #0D410D

Text Example


Text Example

White with #0D410D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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