#155A28

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

Shades of Crusoe #155A28

Tints of Crusoe #155A28

Color information

#155A28 (or 0x155A28) is unknown color: approx Crusoe. HEX triplet: 15, 5A and 28. RGB value is (21,90,40). Sum of RGB (Red+Green+Blue) = 21+90+40=151 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.91% from 151); Green value is 90 (35.55% from 255 or 59.60% from 151); Blue value is 40 (16.02% from 255 or 26.49% from 151); Max value from RGB is 90 - color contains mainly: green. Hex color #155A28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155A28 is #EAA5D7. Grayscale: #3F3F3F. Windows color (decimal): -15377880 or 2644501. OLE color: 2644501.

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

Color convert

RGB219040-
CMYK0.7700.560.65
HSL136.52º62.16%21.76%-
HSV(B)136.52º76.67%35.29%-
XYZ4.357.623.25-
YUV63.67114.6497.57-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.91%
GREEN value IS 90 (35.55% from 255) = 59.60%
BLUE value IS 40 (16.02% from 255) = 26.49%
R=13.91%
G=59.60%
B=26.49%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2190400.7700.560.65136.5262.1621.76
Hex155A284D03841893e16
Octal25132501150701012117626
Binary1010110110101010001001101011100010000011000100111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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