Html Css Color HEX #0D3711 Myrtle

📋 copy color: '#0D3711'

red 13 ◦ green 55 ◦ blue 17

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

Shades of Myrtle #0D3711

Tints of Myrtle #0D3711

RGB

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

 GREEN value IS 55 (21.88% from 255) = 64.71%

 BLUE value IS 17 (7.03% from 255) = 20%

R = 15.29%
G = 64.71%
B = 20%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.69

 K value IS 0.78

RGB Variations

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

Color information

#0D3711 (or 0x0D3711) is known color: Myrtle. HEX triplet: 0D, 37 and 11. RGB value is (13,55,17). Sum of RGB (Red+Green+Blue) = 13+55+17=85 (11% of max value = 765). Red value is 13 (5.47% from 255 or 15.29% from 85); Green value is 55 (21.88% from 255 or 64.71% from 85); Blue value is 17 (7.03% from 255 or 20% from 85); Max value from RGB is 55 - color contains mainly: green. Hex color #0D3711 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D3711 is #F2C8EE. Grayscale: #262626. Windows color (decimal): -15911151 or 1128205. OLE color: 1128205.

HSL color Cylindrical-coordinate representation of color #0D3711: hue angle of 125.71º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0D3711 is Cyan = 0.76, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.78.

Color convert

RGB 13 55 17 -
CMYK 0.76 0 0.69 0.78
HSL 125.71º 0.62% 0.13% -
HSV(B) 125.71º 0.76% 0.22% -
XYZ 1.63 2.86 1 -
YUV 38.11 116.09 110.09 -
System Red Green Blue C M Y K H S L
Decimal 13 55 17 0.76 0 0.69 0.78 125.71 0.62 0.13
Hex D 37 11 4C 0 45 4E 7E 3E D
Octal 15 67 21 114 0 105 116 176 76 15
Binary 1101 110111 10001 1001100 0 1000101 1001110 1111110 111110 1101

Color Harmonies of #0D3711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3711

Black with #0D3711

Text Example


Text Example

White with #0D3711

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,55,17); }

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

background-color css

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

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

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

border-color css

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

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

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