#155B24

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

Shades of Crusoe #155B24

Tints of Crusoe #155B24

Color information

#155B24 (or 0x155B24) is unknown color: approx Crusoe. HEX triplet: 15, 5B and 24. RGB value is (21,91,36). Sum of RGB (Red+Green+Blue) = 21+91+36=148 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.19% from 148); Green value is 91 (35.94% from 255 or 61.49% from 148); Blue value is 36 (14.45% from 255 or 24.32% from 148); Max value from RGB is 91 - color contains mainly: green. Hex color #155B24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155B24 is #EAA4DB. Grayscale: #3F3F3F. Windows color (decimal): -15377628 or 2382613. OLE color: 2382613.

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

Color convert

RGB219136-
CMYK0.7700.600.64
HSL132.86º62.5%21.96%-
HSV(B)132.86º76.92%35.69%-
XYZ4.377.772.94-
YUV63.8112.3197.47-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.19%
GREEN value IS 91 (35.94% from 255) = 61.49%
BLUE value IS 36 (14.45% from 255) = 24.32%
R=14.19%
G=61.49%
B=24.32%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2191360.7700.600.64132.8662.521.96
Hex155B244D03C40853e16
Octal25133441150741002057626
Binary1010110110111001001001101011110010000001000010111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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