#153332

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

Shades of Swamp #153332

Tints of Swamp #153332

Color information

#153332 (or 0x153332) is unknown color: approx Swamp. HEX triplet: 15, 33 and 32. RGB value is (21,51,50). Sum of RGB (Red+Green+Blue) = 21+51+50=122 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.21% from 122); Green value is 51 (20.31% from 255 or 41.80% from 122); Blue value is 50 (19.92% from 255 or 40.98% from 122); Max value from RGB is 51 - color contains mainly: green. Hex color #153332 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153332 is #EACCCD. Grayscale: #292929. Windows color (decimal): -15387854 or 3289877. OLE color: 3289877.

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

Color convert

RGB215150-
CMYK0.5900.020.8
HSL178º41.67%14.12%-
HSV(B)178º58.82%20%-
XYZ2.072.763.44-
YUV41.92132.56113.08-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.21%
GREEN value IS 51 (20.31% from 255) = 41.80%
BLUE value IS 50 (19.92% from 255) = 40.98%
R=17.21%
G=41.80%
B=40.98%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2151500.5900.020.817841.6714.12
Hex1533323B0250b22ae
Octal25636273021202625216
Binary101011100111100101110110101010000101100101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153332; }

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

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

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

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

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

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

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

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