#155D01

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

Shades of Myrtle #155D01

Tints of Myrtle #155D01

Color information

#155D01 (or 0x155D01) is unknown color: approx Myrtle. HEX triplet: 15, 5D and 01. RGB value is (21,93,1). Sum of RGB (Red+Green+Blue) = 21+93+1=115 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.26% from 115); Green value is 93 (36.72% from 255 or 80.87% from 115); Blue value is 1 (0.78% from 255 or 0.87% from 115); Max value from RGB is 93 - color contains mainly: green. Hex color #155D01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #155D01 is #EAA2FE. Grayscale: #3D3D3D. Windows color (decimal): -15377151 or 89365. OLE color: 89365.

HSL color Cylindrical-coordinate representation of color #155D01: hue angle of 106.96º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #155D01 is Cyan = 0.77, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.64.

Color convert

RGB21931-
CMYK0.7700.990.64
HSL106.96º97.87%18.43%-
HSV(B)106.96º98.92%36.47%-
XYZ4.237.991.35-
YUV60.9894.1599.48-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 18.26%
GREEN value IS 93 (36.72% from 255) = 80.87%
BLUE value IS 1 (0.78% from 255) = 0.87%
R=18.26%
G=80.87%
B=0.87%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal219310.7700.990.64106.9697.8718.43
Hex155D14D063406b6212
Octal251351115014310015314222
Binary101011011101110011010110001110000001101011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155D01; }

 p { color: rgb(21,93,1); }

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

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

 a { background-color: rgb(21,93,1); }

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

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

 span { border-color: rgb(21,93,1); }

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