Html Css Color HEX #0D5F14 Myrtle

📋 copy color: '#0D5F14'

red 13 ◦ green 95 ◦ blue 20

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

Shades of Myrtle #0D5F14

Tints of Myrtle #0D5F14

RGB

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

 GREEN value IS 95 (37.5% from 255) = 74.22%

 BLUE value IS 20 (8.2% from 255) = 15.63%

R = 10.16%
G = 74.22%
B = 15.63%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.79

 K value IS 0.63

RGB Variations

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

Color information

#0D5F14 (or 0x0D5F14) is known color: Myrtle. HEX triplet: 0D, 5F and 14. RGB value is (13,95,20). Sum of RGB (Red+Green+Blue) = 13+95+20=128 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.16% from 128); Green value is 95 (37.5% from 255 or 74.22% from 128); Blue value is 20 (8.20% from 255 or 15.62% from 128); Max value from RGB is 95 - color contains mainly: green. Hex color #0D5F14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D5F14 is #F2A0EB. Grayscale: #3E3E3E. Windows color (decimal): -15900908 or 1335053. OLE color: 1335053.

HSL color Cylindrical-coordinate representation of color #0D5F14: hue angle of 125.12º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D5F14 is Cyan = 0.86, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.63.

Color convert

RGB 13 95 20 -
CMYK 0.86 0 0.79 0.63
HSL 125.12º 0.76% 0.21% -
HSV(B) 125.12º 0.86% 0.37% -
XYZ 4.38 8.32 2.04 -
YUV 61.93 104.33 93.1 -
System Red Green Blue C M Y K H S L
Decimal 13 95 20 0.86 0 0.79 0.63 125.12 0.76 0.21
Hex D 5F 14 56 0 4F 3F 7D 4C 15
Octal 15 137 24 126 0 117 77 175 114 25
Binary 1101 1011111 10100 1010110 0 1001111 111111 1111101 1001100 10101

Color Harmonies of #0D5F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D5F14

Black with #0D5F14

Text Example


Text Example

White with #0D5F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,95,20); }

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

background-color css

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

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

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

border-color css

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

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

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