Html Css Color HEX #0D5615 Myrtle

📋 copy color: '#0D5615'

red 13 ◦ green 86 ◦ blue 21

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

Shades of Myrtle #0D5615

Tints of Myrtle #0D5615

RGB

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

 GREEN value IS 86 (33.98% from 255) = 71.67%

 BLUE value IS 21 (8.59% from 255) = 17.5%

R = 10.83%
G = 71.67%
B = 17.5%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.76

 K value IS 0.66

RGB Variations

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

Color information

#0D5615 (or 0x0D5615) is known color: Myrtle. HEX triplet: 0D, 56 and 15. RGB value is (13,86,21). Sum of RGB (Red+Green+Blue) = 13+86+21=120 (15% of max value = 765). Red value is 13 (5.47% from 255 or 10.83% from 120); Green value is 86 (33.98% from 255 or 71.67% from 120); Blue value is 21 (8.59% from 255 or 17.5% from 120); Max value from RGB is 86 - color contains mainly: green. Hex color #0D5615 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D5615 is #F2A9EA. Grayscale: #383838. Windows color (decimal): -15903211 or 1398285. OLE color: 1398285.

HSL color Cylindrical-coordinate representation of color #0D5615: hue angle of 126.58º degrees, saturation: 0.74, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D5615 is Cyan = 0.85, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.66.

Color convert

RGB 13 86 21 -
CMYK 0.85 0 0.76 0.66
HSL 126.58º 0.74% 0.19% -
HSV(B) 126.58º 0.85% 0.34% -
XYZ 3.63 6.8 1.83 -
YUV 56.76 107.82 96.79 -
System Red Green Blue C M Y K H S L
Decimal 13 86 21 0.85 0 0.76 0.66 126.58 0.74 0.19
Hex D 56 15 55 0 4C 42 7F 4A 13
Octal 15 126 25 125 0 114 102 177 112 23
Binary 1101 1010110 10101 1010101 0 1001100 1000010 1111111 1001010 10011

Color Harmonies of #0D5615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D5615

Black with #0D5615

Text Example


Text Example

White with #0D5615

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,86,21); }

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

background-color css

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

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

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

border-color css

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

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

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