#0D5701

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

Shades of Myrtle #0D5701

Tints of Myrtle #0D5701

Color information

#0D5701 (or 0x0D5701) is unknown color: approx Myrtle. HEX triplet: 0D, 57 and 01. RGB value is (13,87,1). Sum of RGB (Red+Green+Blue) = 13+87+1=101 (13% of max value = 765). Red value is 13 (5.47% from 255 or 12.87% from 101); Green value is 87 (34.38% from 255 or 86.14% from 101); Blue value is 1 (0.78% from 255 or 0.99% from 101); Max value from RGB is 87 - color contains mainly: green. Hex color #0D5701 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D5701 is #F2A8FE. Grayscale: #373737. Windows color (decimal): -15902975 or 87821. OLE color: 87821.

HSL color Cylindrical-coordinate representation of color #0D5701: hue angle of 111.63º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0D5701 is Cyan = 0.85, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.66.

Color convert

RGB13871-
CMYK0.8500.990.66
HSL111.63º97.73%17.25%-
HSV(B)111.63º98.85%34.12%-
XYZ3.586.91.17-
YUV55.0797.4897.99-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 12.87%
GREEN value IS 87 (34.38% from 255) = 86.14%
BLUE value IS 1 (0.78% from 255) = 0.99%
R=12.87%
G=86.14%
B=0.99%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal138710.8500.990.66111.6397.7317.25
HexD5715506342706211
Octal151271125014310216014221
Binary11011010111110101010110001110000101110000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D5701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,87,1); }

 H1.HeaderClassName
 {
   color: #0D5701;
 }
 .AnyTagClassName
 {
   color: #0D5701;
 }
</style>
background-color css

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

 a { background-color: rgb(13,87,1); }

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

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

 span { border-color: rgb(13,87,1); }

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