#155831

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

Shades of Crusoe #155831

Tints of Crusoe #155831

Color information

#155831 (or 0x155831) is unknown color: approx Crusoe. HEX triplet: 15, 58 and 31. RGB value is (21,88,49). Sum of RGB (Red+Green+Blue) = 21+88+49=158 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.29% from 158); Green value is 88 (34.77% from 255 or 55.70% from 158); Blue value is 49 (19.53% from 255 or 31.01% from 158); Max value from RGB is 88 - color contains mainly: green. Hex color #155831 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155831 is #EAA7CE. Grayscale: #3F3F3F. Windows color (decimal): -15378383 or 3233813. OLE color: 3233813.

HSL color Cylindrical-coordinate representation of color #155831: hue angle of 145.07º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #155831 is Cyan = 0.76, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.65.

Color convert

RGB218849-
CMYK0.7600.440.65
HSL145.07º61.47%21.37%-
HSV(B)145.07º76.14%34.51%-
XYZ4.357.364.1-
YUV63.52119.897.67-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.29%
GREEN value IS 88 (34.77% from 255) = 55.70%
BLUE value IS 49 (19.53% from 255) = 31.01%
R=13.29%
G=55.70%
B=31.01%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2188490.7600.440.65145.0761.4721.37
Hex1558314C02C41913d15
Octal25130611140541012217525
Binary1010110110001100011001100010110010000011001000111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155831; }

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

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

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

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

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

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

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

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