Html Css Color HEX #0D370F Myrtle

📋 copy color: '#0D370F'

red 13 ◦ green 55 ◦ blue 15

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

Shades of Myrtle #0D370F

Tints of Myrtle #0D370F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 18.07%

R = 15.66%
G = 66.27%
B = 18.07%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.73

 K value IS 0.78

RGB Variations

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

Color information

#0D370F (or 0x0D370F) is known color: Myrtle. HEX triplet: 0D, 37 and 0F. RGB value is (13,55,15). Sum of RGB (Red+Green+Blue) = 13+55+15=83 (10% of max value = 765). Red value is 13 (5.47% from 255 or 15.66% from 83); Green value is 55 (21.88% from 255 or 66.27% from 83); Blue value is 15 (6.25% from 255 or 18.07% from 83); Max value from RGB is 55 - color contains mainly: green. Hex color #0D370F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D370F is #F2C8F0. Grayscale: #252525. Windows color (decimal): -15911153 or 997133. OLE color: 997133.

HSL color Cylindrical-coordinate representation of color #0D370F: hue angle of 122.86º 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 #0D370F is Cyan = 0.76, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.78.

Color convert

RGB 13 55 15 -
CMYK 0.76 0 0.73 0.78
HSL 122.86º 0.62% 0.13% -
HSV(B) 122.86º 0.76% 0.22% -
XYZ 1.62 2.85 0.92 -
YUV 37.88 115.09 110.25 -
System Red Green Blue C M Y K H S L
Decimal 13 55 15 0.76 0 0.73 0.78 122.86 0.62 0.13
Hex D 37 F 4C 0 49 4E 7B 3E D
Octal 15 67 17 114 0 111 116 173 76 15
Binary 1101 110111 1111 1001100 0 1001001 1001110 1111011 111110 1101

Color Harmonies of #0D370F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D370F

Black with #0D370F

Text Example


Text Example

White with #0D370F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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