#213635

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

Shades of Swamp #213635

Tints of Swamp #213635

Color information

#213635 (or 0x213635) is unknown color: approx Swamp. HEX triplet: 21, 36 and 35. RGB value is (33,54,53). Sum of RGB (Red+Green+Blue) = 33+54+53=140 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.57% from 140); Green value is 54 (21.48% from 255 or 38.57% from 140); Blue value is 53 (21.09% from 255 or 37.86% from 140); Max value from RGB is 54 - color contains mainly: green. Hex color #213635 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213635 is #DEC9CA. Grayscale: #2F2F2F. Windows color (decimal): -14600651 or 3487265. OLE color: 3487265.

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

Color convert

RGB335453-
CMYK0.3900.020.79
HSL177.14º24.14%17.06%-
HSV(B)177.14º38.89%21.18%-
XYZ2.593.223.85-
YUV47.61131.04117.58-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.57%
GREEN value IS 54 (21.48% from 255) = 38.57%
BLUE value IS 53 (21.09% from 255) = 37.86%
R=23.57%
G=38.57%
B=37.86%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3354530.3900.020.79177.1424.1417.06
Hex21363527024Fb11811
Octal41666547021172613021
Binary1000011101101101011001110101001111101100011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213635; }

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

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

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

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

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

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

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

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