#155500

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

Shades of Myrtle #155500

Tints of Myrtle #155500

Color information

#155500 (or 0x155500) is unknown color: approx Myrtle. HEX triplet: 15, 55 and 00. RGB value is (21,85,0). Sum of RGB (Red+Green+Blue) = 21+85+0=106 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.81% from 106); Green value is 85 (33.59% from 255 or 80.19% from 106); Blue value is 0 (0.39% from 255 or 0% from 106); Max value from RGB is 85 - color contains mainly: green. Hex color #155500 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #155500 is #EAAAFF. Grayscale: #383838. Windows color (decimal): -15379200 or 21781. OLE color: 21781.

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

Color convert

RGB21850-
CMYK0.75010.67
HSL105.18º100%16.67%-
HSV(B)105.18º100%33.33%-
XYZ3.566.661.1-
YUV56.1796.3102.91-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 19.81%
GREEN value IS 85 (33.59% from 255) = 80.19%
BLUE value IS 0 (0.39% from 255) = 0%
R=19.81%
G=80.19%
B=0%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal218500.75010.67105.1810016.67
Hex155504B06443696411
Octal251250113014410315114421
Binary101011010101010010110110010010000111101001110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155500; }

 p { color: rgb(21,85,0); }

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

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

 a { background-color: rgb(21,85,0); }

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

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

 span { border-color: rgb(21,85,0); }

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