#01550B

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

Shades of Myrtle #01550B

Tints of Myrtle #01550B

Color information

#01550B (or 0x01550B) is unknown color: approx Myrtle. HEX triplet: 01, 55 and 0B. RGB value is (1,85,11). Sum of RGB (Red+Green+Blue) = 1+85+11=97 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.03% from 97); Green value is 85 (33.59% from 255 or 87.63% from 97); Blue value is 11 (4.69% from 255 or 11.34% from 97); Max value from RGB is 85 - color contains mainly: green. Hex color #01550B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01550B is #FEAAF4. Grayscale: #333333. Windows color (decimal): -16689909 or 742657. OLE color: 742657.

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

Color convert

RGB18511-
CMYK0.9900.870.67
HSL127.14º97.67%16.86%-
HSV(B)127.14º98.82%33.33%-
XYZ3.326.531.4-
YUV51.45105.1792.02-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.03%
GREEN value IS 85 (33.59% from 255) = 87.63%
BLUE value IS 11 (4.69% from 255) = 11.34%
R=1.03%
G=87.63%
B=11.34%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal185110.9900.870.67127.1497.6716.86
Hex155B63057437f6211
Octal112513143012710317714221
Binary11010101101111000110101011110000111111111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01550B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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