#0D370F

Color #0D370F Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #0D370F

Tints of Myrtle #0D370F

Color information

#0D370F (or 0x0D370F) is unknown color: approx 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

RGB135515-
CMYK0.7600.730.78
HSL122.86º61.76%13.33%-
HSV(B)122.86º76.36%21.57%-
XYZ1.622.850.92-
YUV37.88115.09110.25-

RGB Variations

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

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 (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1355150.7600.730.78122.8661.7613.33
HexD37F4C0494E7b3ed
Octal15671711401111161737615
Binary11011101111111100110001001001100111011110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D370F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>