#155C32

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

Shades of Crusoe #155C32

Tints of Crusoe #155C32

Color information

#155C32 (or 0x155C32) is unknown color: approx Crusoe. HEX triplet: 15, 5C and 32. RGB value is (21,92,50). Sum of RGB (Red+Green+Blue) = 21+92+50=163 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.88% from 163); Green value is 92 (36.33% from 255 or 56.44% from 163); Blue value is 50 (19.92% from 255 or 30.67% from 163); Max value from RGB is 92 - color contains mainly: green. Hex color #155C32 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155C32 is #EAA3CD. Grayscale: #424242. Windows color (decimal): -15377358 or 3300373. OLE color: 3300373.

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

Color convert

RGB219250-
CMYK0.7700.460.64
HSL144.51º62.83%22.16%-
HSV(B)144.51º77.17%36.08%-
XYZ4.718.044.32-
YUV65.98118.9895.92-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.88%
GREEN value IS 92 (36.33% from 255) = 56.44%
BLUE value IS 50 (19.92% from 255) = 30.67%
R=12.88%
G=56.44%
B=30.67%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2192500.7700.460.64144.5162.8322.16
Hex155C324D02E40913f16
Octal25134621150561002217726
Binary1010110111001100101001101010111010000001001000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,92,50); }

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

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

 a { background-color: rgb(21,92,50); }

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

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

 span { border-color: rgb(21,92,50); }

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