#213534

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

Shades of Swamp #213534

Tints of Swamp #213534

Color information

#213534 (or 0x213534) is unknown color: approx Swamp. HEX triplet: 21, 35 and 34. RGB value is (33,53,52). Sum of RGB (Red+Green+Blue) = 33+53+52=138 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.91% from 138); Green value is 53 (21.09% from 255 or 38.41% from 138); Blue value is 52 (20.70% from 255 or 37.68% from 138); Max value from RGB is 53 - color contains mainly: green. Hex color #213534 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213534 is #DECACB. Grayscale: #2E2E2E. Windows color (decimal): -14600908 or 3421473. OLE color: 3421473.

HSL color Cylindrical-coordinate representation of color #213534: hue angle of 177º degrees, saturation: 0.23, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #213534 is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.79.

Color convert

RGB335352-
CMYK0.3800.020.79
HSL177º23.26%16.86%-
HSV(B)177º37.74%20.78%-
XYZ2.523.123.72-
YUV46.91130.87118.08-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.91%
GREEN value IS 53 (21.09% from 255) = 38.41%
BLUE value IS 52 (20.70% from 255) = 37.68%
R=23.91%
G=38.41%
B=37.68%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3353520.3800.020.7917723.2616.86
Hex21353426024Fb11711
Octal41656446021172612721
Binary1000011101011101001001100101001111101100011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213534; }

 p { color: rgb(33,53,52); }

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

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

 a { background-color: rgb(33,53,52); }

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

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

 span { border-color: rgb(33,53,52); }

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