#155300

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

Shades of Myrtle #155300

Tints of Myrtle #155300

Color information

#155300 (or 0x155300) is unknown color: approx Myrtle. HEX triplet: 15, 53 and 00. RGB value is (21,83,0). Sum of RGB (Red+Green+Blue) = 21+83+0=104 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.19% from 104); Green value is 83 (32.81% from 255 or 79.81% from 104); Blue value is 0 (0.39% from 255 or 0% from 104); Max value from RGB is 83 - color contains mainly: green. Hex color #155300 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #155300 is #EAACFF. Grayscale: #373737. Windows color (decimal): -15379712 or 21269. OLE color: 21269.

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

Color convert

RGB21830-
CMYK0.75010.67
HSL104.82º100%16.27%-
HSV(B)104.82º100%32.55%-
XYZ3.46.351.05-
YUV5596.96103.75-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 20.19%
GREEN value IS 83 (32.81% from 255) = 79.81%
BLUE value IS 0 (0.39% from 255) = 0%
R=20.19%
G=79.81%
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
Decimal218300.75010.67104.8210016.27
Hex155304B06443696410
Octal251230113014410315114420
Binary101011010011010010110110010010000111101001110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155300; }

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

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

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

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

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

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

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

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