#153231

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

Shades of Swamp #153231

Tints of Swamp #153231

Color information

#153231 (or 0x153231) is unknown color: approx Swamp. HEX triplet: 15, 32 and 31. RGB value is (21,50,49). Sum of RGB (Red+Green+Blue) = 21+50+49=120 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.5% from 120); Green value is 50 (19.92% from 255 or 41.67% from 120); Blue value is 49 (19.53% from 255 or 40.83% from 120); Max value from RGB is 50 - color contains mainly: green. Hex color #153231 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153231 is #EACDCE. Grayscale: #292929. Windows color (decimal): -15388111 or 3224085. OLE color: 3224085.

HSL color Cylindrical-coordinate representation of color #153231: hue angle of 177.93º degrees, saturation: 0.41, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #153231 is Cyan = 0.58, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.80.

Color convert

RGB215049-
CMYK0.5800.020.80
HSL177.93º40.85%13.92%-
HSV(B)177.93º58%19.61%-
XYZ22.663.31-
YUV41.22132.39113.58-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.5%
GREEN value IS 50 (19.92% from 255) = 41.67%
BLUE value IS 49 (19.53% from 255) = 40.83%
R=17.5%
G=41.67%
B=40.83%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2150490.5800.020.80177.9340.8513.92
Hex1532313A0250b229e
Octal25626172021202625116
Binary101011100101100011110100101010000101100101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153231; }

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

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

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

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

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

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

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

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