#155304

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

Shades of Myrtle #155304

Tints of Myrtle #155304

Color information

#155304 (or 0x155304) is unknown color: approx Myrtle. HEX triplet: 15, 53 and 04. RGB value is (21,83,4). Sum of RGB (Red+Green+Blue) = 21+83+4=108 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.44% from 108); Green value is 83 (32.81% from 255 or 76.85% from 108); Blue value is 4 (1.95% from 255 or 3.70% from 108); Max value from RGB is 83 - color contains mainly: green. Hex color #155304 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #155304 is #EAACFB. Grayscale: #373737. Windows color (decimal): -15379708 or 283413. OLE color: 283413.

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

Color convert

RGB21834-
CMYK0.7500.950.67
HSL107.09º90.8%17.06%-
HSV(B)107.09º95.18%32.55%-
XYZ3.426.351.16-
YUV55.4698.96103.42-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 19.44%
GREEN value IS 83 (32.81% from 255) = 76.85%
BLUE value IS 4 (1.95% from 255) = 3.70%
R=19.44%
G=76.85%
B=3.70%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal218340.7500.950.67107.0990.817.06
Hex155344B05F436b5b11
Octal251234113013710315313321
Binary10101101001110010010110101111110000111101011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155304; }

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

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

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

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

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

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

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

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