#01550D

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

Shades of Myrtle #01550D

Tints of Myrtle #01550D

Color information

#01550D (or 0x01550D) is unknown color: approx Myrtle. HEX triplet: 01, 55 and 0D. RGB value is (1,85,13). Sum of RGB (Red+Green+Blue) = 1+85+13=99 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1.01% from 99); Green value is 85 (33.59% from 255 or 85.86% from 99); Blue value is 13 (5.47% from 255 or 13.13% from 99); Max value from RGB is 85 - color contains mainly: green. Hex color #01550D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01550D is #FEAAF2. Grayscale: #333333. Windows color (decimal): -16689907 or 873729. OLE color: 873729.

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

Color convert

RGB18513-
CMYK0.9900.850.67
HSL128.57º97.67%16.86%-
HSV(B)128.57º98.82%33.33%-
XYZ3.336.531.47-
YUV51.68106.1791.85-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.01%
GREEN value IS 85 (33.59% from 255) = 85.86%
BLUE value IS 13 (5.47% from 255) = 13.13%
R=1.01%
G=85.86%
B=13.13%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal185130.9900.850.67128.5797.6716.86
Hex155D6305543816211
Octal112515143012510320114221
Binary110101011101110001101010101100001110000001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01550D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01550D; }

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

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

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

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

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

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

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

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