Html Css Color HEX #0D410A Myrtle

📋 copy color: '#0D410A'

red 13 ◦ green 65 ◦ blue 10

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

Shades of Myrtle #0D410A

Tints of Myrtle #0D410A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 11.36%

R = 14.77%
G = 73.86%
B = 11.36%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.85

 K value IS 0.75

RGB Variations

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

Color information

#0D410A (or 0x0D410A) is known color: Myrtle. HEX triplet: 0D, 41 and 0A. RGB value is (13,65,10). Sum of RGB (Red+Green+Blue) = 13+65+10=88 (11% of max value = 765). Red value is 13 (5.47% from 255 or 14.77% from 88); Green value is 65 (25.78% from 255 or 73.86% from 88); Blue value is 10 (4.30% from 255 or 11.36% from 88); Max value from RGB is 65 - color contains mainly: green. Hex color #0D410A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D410A is #F2BEF5. Grayscale: #2B2B2B. Windows color (decimal): -15908598 or 672013. OLE color: 672013.

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

Color convert

RGB 13 65 10 -
CMYK 0.80 0 0.85 0.75
HSL 116.73º 0.73% 0.15% -
HSV(B) 116.73º 0.85% 0.25% -
XYZ 2.11 3.89 0.93 -
YUV 43.18 109.27 106.47 -
System Red Green Blue C M Y K H S L
Decimal 13 65 10 0.80 0 0.85 0.75 116.73 0.73 0.15
Hex D 41 A 50 0 55 4B 75 49 F
Octal 15 101 12 120 0 125 113 165 111 17
Binary 1101 1000001 1010 1010000 0 1010101 1001011 1110101 1001001 1111

Color Harmonies of #0D410A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D410A

Black with #0D410A

Text Example


Text Example

White with #0D410A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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