Html Css Color HEX #0D5313 Myrtle

📋 copy color: '#0D5313'

red 13 ◦ green 83 ◦ blue 19

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

Shades of Myrtle #0D5313

Tints of Myrtle #0D5313

RGB

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

 GREEN value IS 83 (32.81% from 255) = 72.17%

 BLUE value IS 19 (7.81% from 255) = 16.52%

R = 11.3%
G = 72.17%
B = 16.52%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#0D5313 (or 0x0D5313) is known color: Myrtle. HEX triplet: 0D, 53 and 13. RGB value is (13,83,19). Sum of RGB (Red+Green+Blue) = 13+83+19=115 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.30% from 115); Green value is 83 (32.81% from 255 or 72.17% from 115); Blue value is 19 (7.81% from 255 or 16.52% from 115); Max value from RGB is 83 - color contains mainly: green. Hex color #0D5313 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D5313 is #F2ACEC. Grayscale: #363636. Windows color (decimal): -15903981 or 1266445. OLE color: 1266445.

HSL color Cylindrical-coordinate representation of color #0D5313: hue angle of 125.14º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D5313 is Cyan = 0.84, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.67.

Color convert

RGB 13 83 19 -
CMYK 0.84 0 0.77 0.67
HSL 125.14º 0.73% 0.19% -
HSV(B) 125.14º 0.84% 0.33% -
XYZ 3.38 6.32 1.66 -
YUV 54.77 107.81 98.2 -
System Red Green Blue C M Y K H S L
Decimal 13 83 19 0.84 0 0.77 0.67 125.14 0.73 0.19
Hex D 53 13 54 0 4D 43 7D 49 13
Octal 15 123 23 124 0 115 103 175 111 23
Binary 1101 1010011 10011 1010100 0 1001101 1000011 1111101 1001001 10011

Color Harmonies of #0D5313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D5313

Black with #0D5313

Text Example


Text Example

White with #0D5313

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,83,19); }

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

background-color css

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

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

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

border-color css

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

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

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