#163532

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

Shades of Swamp #163532

Tints of Swamp #163532

Color information

#163532 (or 0x163532) is unknown color: approx Swamp. HEX triplet: 16, 35 and 32. RGB value is (22,53,50). Sum of RGB (Red+Green+Blue) = 22+53+50=125 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.6% from 125); Green value is 53 (21.09% from 255 or 42.4% from 125); Blue value is 50 (19.92% from 255 or 40% from 125); Max value from RGB is 53 - color contains mainly: green. Hex color #163532 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163532 is #E9CACD. Grayscale: #2B2B2B. Windows color (decimal): -15321806 or 3290390. OLE color: 3290390.

HSL color Cylindrical-coordinate representation of color #163532: hue angle of 174.19º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #163532 is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.79.

Color convert

RGB225350-
CMYK0.5800.060.79
HSL174.19º41.33%14.71%-
HSV(B)174.19º58.49%20.78%-
XYZ2.182.953.47-
YUV43.39131.73112.74-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 17.6%
GREEN value IS 53 (21.09% from 255) = 42.4%
BLUE value IS 50 (19.92% from 255) = 40%
R=17.6%
G=42.4%
B=40%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2253500.5800.060.79174.1941.3314.71
Hex1635323A064Fae29f
Octal26656272061172565117
Binary1011011010111001011101001101001111101011101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163532; }

 p { color: rgb(22,53,50); }

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

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

 a { background-color: rgb(22,53,50); }

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

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

 span { border-color: rgb(22,53,50); }

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