#155231

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

Shades of Crusoe #155231

Tints of Crusoe #155231

Color information

#155231 (or 0x155231) is unknown color: approx Crusoe. HEX triplet: 15, 52 and 31. RGB value is (21,82,49). Sum of RGB (Red+Green+Blue) = 21+82+49=152 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.82% from 152); Green value is 82 (32.42% from 255 or 53.95% from 152); Blue value is 49 (19.53% from 255 or 32.24% from 152); Max value from RGB is 82 - color contains mainly: green. Hex color #155231 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155231 is #EAADCE. Grayscale: #3C3C3C. Windows color (decimal): -15379919 or 3232277. OLE color: 3232277.

HSL color Cylindrical-coordinate representation of color #155231: hue angle of 147.54º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #155231 is Cyan = 0.74, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.68.

Color convert

RGB218249-
CMYK0.7400.400.68
HSL147.54º59.22%20.2%-
HSV(B)147.54º74.39%32.16%-
XYZ3.886.423.94-
YUV60121.79100.18-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.82%
GREEN value IS 82 (32.42% from 255) = 53.95%
BLUE value IS 49 (19.53% from 255) = 32.24%
R=13.82%
G=53.95%
B=32.24%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2182490.7400.400.68147.5459.2220.2
Hex1552314A02844943b14
Octal25122611120501042247324
Binary1010110100101100011001010010100010001001001010011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155231; }

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

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

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

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

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

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

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

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