#123231

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

Shades of Swamp #123231

Tints of Swamp #123231

Color information

#123231 (or 0x123231) is unknown color: approx Swamp. HEX triplet: 12, 32 and 31. RGB value is (18,50,49). Sum of RGB (Red+Green+Blue) = 18+50+49=117 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.38% from 117); Green value is 50 (19.92% from 255 or 42.74% from 117); Blue value is 49 (19.53% from 255 or 41.88% from 117); Max value from RGB is 50 - color contains mainly: green. Hex color #123231 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123231 is #EDCDCE. Grayscale: #282828. Windows color (decimal): -15584719 or 3224082. OLE color: 3224082.

HSL color Cylindrical-coordinate representation of color #123231: hue angle of 178.12º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #123231 is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.80.

Color convert

RGB185049-
CMYK0.6400.020.80
HSL178.12º47.06%13.33%-
HSV(B)178.12º64%19.61%-
XYZ1.942.633.31-
YUV40.32132.9112.08-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.38%
GREEN value IS 50 (19.92% from 255) = 42.74%
BLUE value IS 49 (19.53% from 255) = 41.88%
R=15.38%
G=42.74%
B=41.88%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1850490.6400.020.80178.1247.0613.33
Hex123231400250b22fd
Octal226261100021202625715
Binary1001011001011000110000000101010000101100101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123231; }

 p { color: rgb(18,50,49); }

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

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

 a { background-color: rgb(18,50,49); }

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

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

 span { border-color: rgb(18,50,49); }

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