#155B20

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

Shades of Crusoe #155B20

Tints of Crusoe #155B20

Color information

#155B20 (or 0x155B20) is unknown color: approx Crusoe. HEX triplet: 15, 5B and 20. RGB value is (21,91,32). Sum of RGB (Red+Green+Blue) = 21+91+32=144 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.58% from 144); Green value is 91 (35.94% from 255 or 63.19% from 144); Blue value is 32 (12.89% from 255 or 22.22% from 144); Max value from RGB is 91 - color contains mainly: green. Hex color #155B20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155B20 is #EAA4DF. Grayscale: #3F3F3F. Windows color (decimal): -15377632 or 2120469. OLE color: 2120469.

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

Color convert

RGB219132-
CMYK0.7700.650.64
HSL129.43º62.5%21.96%-
HSV(B)129.43º76.92%35.69%-
XYZ4.317.752.63-
YUV63.34110.3197.8-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.58%
GREEN value IS 91 (35.94% from 255) = 63.19%
BLUE value IS 32 (12.89% from 255) = 22.22%
R=14.58%
G=63.19%
B=22.22%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2191320.7700.650.64129.4362.521.96
Hex155B204D04140813e16
Octal251334011501011002017626
Binary10101101101110000010011010100000110000001000000111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,91,32); }

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

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

 a { background-color: rgb(21,91,32); }

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

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

 span { border-color: rgb(21,91,32); }

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