#123431

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

Shades of Swamp #123431

Tints of Swamp #123431

Color information

#123431 (or 0x123431) is unknown color: approx Swamp. HEX triplet: 12, 34 and 31. RGB value is (18,52,49). Sum of RGB (Red+Green+Blue) = 18+52+49=119 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.13% from 119); Green value is 52 (20.70% from 255 or 43.70% from 119); Blue value is 49 (19.53% from 255 or 41.18% from 119); Max value from RGB is 52 - color contains mainly: green. Hex color #123431 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123431 is #EDCBCE. Grayscale: #292929. Windows color (decimal): -15584207 or 3224594. OLE color: 3224594.

HSL color Cylindrical-coordinate representation of color #123431: hue angle of 174.71º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #123431 is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.80.

Color convert

RGB185249-
CMYK0.6500.060.80
HSL174.71º48.57%13.73%-
HSV(B)174.71º65.38%20.39%-
XYZ2.032.813.34-
YUV41.49132.24111.24-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.13%
GREEN value IS 52 (20.70% from 255) = 43.70%
BLUE value IS 49 (19.53% from 255) = 41.18%
R=15.13%
G=43.70%
B=41.18%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1852490.6500.060.80174.7148.5713.73
Hex123431410650af31e
Octal226461101061202576116
Binary10010110100110001100000101101010000101011111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123431; }

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

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

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

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

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

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

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

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