#203332

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

Shades of Swamp #203332

Tints of Swamp #203332

Color information

#203332 (or 0x203332) is unknown color: approx Swamp. HEX triplet: 20, 33 and 32. RGB value is (32,51,50). Sum of RGB (Red+Green+Blue) = 32+51+50=133 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.06% from 133); Green value is 51 (20.31% from 255 or 38.35% from 133); Blue value is 50 (19.92% from 255 or 37.59% from 133); Max value from RGB is 51 - color contains mainly: green. Hex color #203332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203332 is #DFCCCD. Grayscale: #2D2D2D. Windows color (decimal): -14666958 or 3289888. OLE color: 3289888.

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

Color convert

RGB325150-
CMYK0.3700.020.8
HSL176.84º22.89%16.27%-
HSV(B)176.84º37.25%20%-
XYZ2.362.913.45-
YUV45.2130.71118.58-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 24.06%
GREEN value IS 51 (20.31% from 255) = 38.35%
BLUE value IS 50 (19.92% from 255) = 37.59%
R=24.06%
G=38.35%
B=37.59%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3251500.3700.020.8176.8422.8916.27
Hex203332250250b11710
Octal40636245021202612720
Binary1000001100111100101001010101010000101100011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203332; }

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

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

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

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

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

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

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

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