#213837

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

Shades of Swamp #213837

Tints of Swamp #213837

Color information

#213837 (or 0x213837) is unknown color: approx Swamp. HEX triplet: 21, 38 and 37. RGB value is (33,56,55). Sum of RGB (Red+Green+Blue) = 33+56+55=144 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.92% from 144); Green value is 56 (22.27% from 255 or 38.89% from 144); Blue value is 55 (21.88% from 255 or 38.19% from 144); Max value from RGB is 56 - color contains mainly: green. Hex color #213837 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213837 is #DEC7C8. Grayscale: #303030. Windows color (decimal): -14600137 or 3618849. OLE color: 3618849.

HSL color Cylindrical-coordinate representation of color #213837: hue angle of 177.39º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #213837 is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.78.

Color convert

RGB335655-
CMYK0.4100.020.78
HSL177.39º25.84%17.45%-
HSV(B)177.39º41.07%21.96%-
XYZ2.733.434.13-
YUV49.01131.38116.58-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.92%
GREEN value IS 56 (22.27% from 255) = 38.89%
BLUE value IS 55 (21.88% from 255) = 38.19%
R=22.92%
G=38.89%
B=38.19%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3356550.4100.020.78177.3925.8417.45
Hex21383729024Eb11a11
Octal41706751021162613221
Binary1000011110001101111010010101001110101100011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213837; }

 p { color: rgb(33,56,55); }

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

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

 a { background-color: rgb(33,56,55); }

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

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

 span { border-color: rgb(33,56,55); }

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