#155B33

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

Shades of Crusoe #155B33

Tints of Crusoe #155B33

Color information

#155B33 (or 0x155B33) is unknown color: approx Crusoe. HEX triplet: 15, 5B and 33. RGB value is (21,91,51). Sum of RGB (Red+Green+Blue) = 21+91+51=163 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.88% from 163); Green value is 91 (35.94% from 255 or 55.83% from 163); Blue value is 51 (20.31% from 255 or 31.29% from 163); Max value from RGB is 91 - color contains mainly: green. Hex color #155B33 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155B33 is #EAA4CC. Grayscale: #414141. Windows color (decimal): -15377613 or 3365653. OLE color: 3365653.

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

Color convert

RGB219151-
CMYK0.7700.440.64
HSL145.71º62.5%21.96%-
HSV(B)145.71º76.92%35.69%-
XYZ4.657.884.41-
YUV65.51119.8196.25-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.88%
GREEN value IS 91 (35.94% from 255) = 55.83%
BLUE value IS 51 (20.31% from 255) = 31.29%
R=12.88%
G=55.83%
B=31.29%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2191510.7700.440.64145.7162.521.96
Hex155B334D02C40923e16
Octal25133631150541002227626
Binary1010110110111100111001101010110010000001001001011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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