#155c31

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

Shades of Crusoe #155C31

Tints of Crusoe #155C31

Color information

#155C31 (or 0x155C31) is unknown color: approx Crusoe. HEX triplet: 15, 5C and 31. RGB value is (21,92,49). Sum of RGB (Red+Green+Blue) = 21+92+49=162 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.96% from 162); Green value is 92 (36.33% from 255 or 56.79% from 162); Blue value is 49 (19.53% from 255 or 30.25% from 162); Max value from RGB is 92 - color contains mainly: green. Hex color #155C31 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155C31 is #EAA3CE. Grayscale: #414141. Windows color (decimal): -15377359 or 3234837. OLE color: 3234837.

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

Color convert

RGB219249-
CMYK0.7700.470.64
HSL143.66º62.83%22.16%-
HSV(B)143.66º77.17%36.08%-
XYZ4.698.044.21-
YUV65.87118.4896-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.96%
GREEN value IS 92 (36.33% from 255) = 56.79%
BLUE value IS 49 (19.53% from 255) = 30.25%
R=12.96%
G=56.79%
B=30.25%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2192490.7700.470.64143.6662.8322.16
Hex155C314D02F40903f16
Octal25134611150571002207726
Binary1010110111001100011001101010111110000001001000011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155c31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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