#01550C

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

Shades of Myrtle #01550C

Tints of Myrtle #01550C

Color information

#01550C (or 0x01550C) is unknown color: approx Myrtle. HEX triplet: 01, 55 and 0C. RGB value is (1,85,12). Sum of RGB (Red+Green+Blue) = 1+85+12=98 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.02% from 98); Green value is 85 (33.59% from 255 or 86.73% from 98); Blue value is 12 (5.08% from 255 or 12.24% from 98); Max value from RGB is 85 - color contains mainly: green. Hex color #01550C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01550C is #FEAAF3. Grayscale: #333333. Windows color (decimal): -16689908 or 808193. OLE color: 808193.

HSL color Cylindrical-coordinate representation of color #01550C: hue angle of 127.86º 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 #01550C is Cyan = 0.99, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB18512-
CMYK0.9900.860.67
HSL127.86º97.67%16.86%-
HSV(B)127.86º98.82%33.33%-
XYZ3.336.531.43-
YUV51.56105.6791.94-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.02%
GREEN value IS 85 (33.59% from 255) = 86.73%
BLUE value IS 12 (5.08% from 255) = 12.24%
R=1.02%
G=86.73%
B=12.24%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal185120.9900.860.67127.8697.6716.86
Hex155C6305643806211
Octal112514143012610320014221
Binary110101011100110001101010110100001110000000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01550C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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