#155531

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

Shades of Crusoe #155531

Tints of Crusoe #155531

Color information

#155531 (or 0x155531) is unknown color: approx Crusoe. HEX triplet: 15, 55 and 31. RGB value is (21,85,49). Sum of RGB (Red+Green+Blue) = 21+85+49=155 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.55% from 155); Green value is 85 (33.59% from 255 or 54.84% from 155); Blue value is 49 (19.53% from 255 or 31.61% from 155); Max value from RGB is 85 - color contains mainly: green. Hex color #155531 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155531 is #EAAACE. Grayscale: #3D3D3D. Windows color (decimal): -15379151 or 3233045. OLE color: 3233045.

HSL color Cylindrical-coordinate representation of color #155531: hue angle of 146.25º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #155531 is Cyan = 0.75, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB218549-
CMYK0.7500.420.67
HSL146.25º60.38%20.78%-
HSV(B)146.25º75.29%33.33%-
XYZ4.116.884.02-
YUV61.76120.898.93-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.55%
GREEN value IS 85 (33.59% from 255) = 54.84%
BLUE value IS 49 (19.53% from 255) = 31.61%
R=13.55%
G=54.84%
B=31.61%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2185490.7500.420.67146.2560.3820.78
Hex1555314B02A43923c15
Octal25125611130521032227425
Binary1010110101011100011001011010101010000111001001011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155531; }

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

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

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

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

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

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

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

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