#155A32

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

Shades of Crusoe #155A32

Tints of Crusoe #155A32

Color information

#155A32 (or 0x155A32) is unknown color: approx Crusoe. HEX triplet: 15, 5A and 32. RGB value is (21,90,50). Sum of RGB (Red+Green+Blue) = 21+90+50=161 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.04% from 161); Green value is 90 (35.55% from 255 or 55.90% from 161); Blue value is 50 (19.92% from 255 or 31.06% from 161); Max value from RGB is 90 - color contains mainly: green. Hex color #155A32 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155A32 is #EAA5CD. Grayscale: #404040. Windows color (decimal): -15377870 or 3299861. OLE color: 3299861.

HSL color Cylindrical-coordinate representation of color #155A32: hue angle of 145.22º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #155A32 is Cyan = 0.77, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.65.

Color convert

RGB219050-
CMYK0.7700.440.65
HSL145.22º62.16%21.76%-
HSV(B)145.22º76.67%35.29%-
XYZ4.547.74.26-
YUV64.81119.6496.75-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.04%
GREEN value IS 90 (35.55% from 255) = 55.90%
BLUE value IS 50 (19.92% from 255) = 31.06%
R=13.04%
G=55.90%
B=31.06%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2190500.7700.440.65145.2262.1621.76
Hex155A324D02C41913e16
Octal25132621150541012217626
Binary1010110110101100101001101010110010000011001000111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,90,50); }

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

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

 a { background-color: rgb(21,90,50); }

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

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

 span { border-color: rgb(21,90,50); }

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