#183332

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

Shades of Swamp #183332

Tints of Swamp #183332

Color information

#183332 (or 0x183332) is unknown color: approx Swamp. HEX triplet: 18, 33 and 32. RGB value is (24,51,50). Sum of RGB (Red+Green+Blue) = 24+51+50=125 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.2% from 125); Green value is 51 (20.31% from 255 or 40.8% from 125); Blue value is 50 (19.92% from 255 or 40% from 125); Max value from RGB is 51 - color contains mainly: green. Hex color #183332 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183332 is #E7CCCD. Grayscale: #2A2A2A. Windows color (decimal): -15191246 or 3289880. OLE color: 3289880.

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

Color convert

RGB245150-
CMYK0.5300.020.8
HSL177.78º36%14.71%-
HSV(B)177.78º52.94%20%-
XYZ2.142.793.44-
YUV42.81132.05114.58-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.2%
GREEN value IS 51 (20.31% from 255) = 40.8%
BLUE value IS 50 (19.92% from 255) = 40%
R=19.2%
G=40.8%
B=40%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2451500.5300.020.8177.783614.71
Hex183332350250b224f
Octal30636265021202624417
Binary110001100111100101101010101010000101100101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183332; }

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

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

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

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

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

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

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

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