#013700

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

Shades of Myrtle #013700

Tints of Myrtle #013700

Color information

#013700 (or 0x013700) is unknown color: approx Myrtle. HEX triplet: 01, 37 and 00. RGB value is (1,55,0). Sum of RGB (Red+Green+Blue) = 1+55+0=56 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.79% from 56); Green value is 55 (21.88% from 255 or 98.21% from 56); Blue value is 0 (0.39% from 255 or 0% from 56); Max value from RGB is 55 - color contains mainly: green. Hex color #013700 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013700 is #FEC8FF. Grayscale: #202020. Windows color (decimal): -16697600 or 14081. OLE color: 14081.

HSL color Cylindrical-coordinate representation of color #013700: hue angle of 118.91º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #013700 is Cyan = 0.98, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.78.

Color convert

RGB1550-
CMYK0.98010.78
HSL118.91º100%10.78%-
HSV(B)118.91º100%21.57%-
XYZ1.382.740.46-
YUV32.58109.61105.47-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.79%
GREEN value IS 55 (21.88% from 255) = 98.21%
BLUE value IS 0 (0.39% from 255) = 0%
R=1.79%
G=98.21%
B=0%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal15500.98010.78118.9110010.78
Hex1370620644E7764b
Octal1670142014411616714413
Binary111011101100010011001001001110111011111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013700; }

 p { color: rgb(1,55,0); }

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

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

 a { background-color: rgb(1,55,0); }

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

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

 span { border-color: rgb(1,55,0); }

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