#253332

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

Shades of Swamp #253332

Tints of Swamp #253332

Color information

#253332 (or 0x253332) is unknown color: approx Swamp. HEX triplet: 25, 33 and 32. RGB value is (37,51,50). Sum of RGB (Red+Green+Blue) = 37+51+50=138 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.81% from 138); Green value is 51 (20.31% from 255 or 36.96% from 138); Blue value is 50 (19.92% from 255 or 36.23% from 138); Max value from RGB is 51 - color contains mainly: green. Hex color #253332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253332 is #DACCCD. Grayscale: #2E2E2E. Windows color (decimal): -14339278 or 3289893. OLE color: 3289893.

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

Color convert

RGB375150-
CMYK0.2700.020.8
HSL175.71º15.91%17.25%-
HSV(B)175.71º27.45%20%-
XYZ2.522.993.46-
YUV46.7129.86121.08-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 26.81%
GREEN value IS 51 (20.31% from 255) = 36.96%
BLUE value IS 50 (19.92% from 255) = 36.23%
R=26.81%
G=36.96%
B=36.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3751500.2700.020.8175.7115.9117.25
Hex2533321B0250b01011
Octal45636233021202602021
Binary100101110011110010110110101010000101100001000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253332; }

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

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

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

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

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

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

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

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