#155A37

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

Shades of Crusoe #155A37

Tints of Crusoe #155A37

Color information

#155A37 (or 0x155A37) is unknown color: approx Crusoe. HEX triplet: 15, 5A and 37. RGB value is (21,90,55). Sum of RGB (Red+Green+Blue) = 21+90+55=166 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.65% from 166); Green value is 90 (35.55% from 255 or 54.22% from 166); Blue value is 55 (21.88% from 255 or 33.13% from 166); Max value from RGB is 90 - color contains mainly: green. Hex color #155A37 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155A37 is #EAA5C8. Grayscale: #414141. Windows color (decimal): -15377865 or 3627541. OLE color: 3627541.

HSL color Cylindrical-coordinate representation of color #155A37: hue angle of 149.57º 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 #155A37 is Cyan = 0.77, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.65.

Color convert

RGB219055-
CMYK0.7700.390.65
HSL149.57º62.16%21.76%-
HSV(B)149.57º76.67%35.29%-
XYZ4.667.754.86-
YUV65.38122.1496.35-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.65%
GREEN value IS 90 (35.55% from 255) = 54.22%
BLUE value IS 55 (21.88% from 255) = 33.13%
R=12.65%
G=54.22%
B=33.13%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2190550.7700.390.65149.5762.1621.76
Hex155A374D02741963e16
Octal25132671150471012267626
Binary1010110110101101111001101010011110000011001011011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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