#132426

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

Shades of Swamp #132426

Tints of Swamp #132426

Color information

#132426 (or 0x132426) is unknown color: approx Swamp. HEX triplet: 13, 24 and 26. RGB value is (19,36,38). Sum of RGB (Red+Green+Blue) = 19+36+38=93 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.43% from 93); Green value is 36 (14.45% from 255 or 38.71% from 93); Blue value is 38 (15.23% from 255 or 40.86% from 93); Max value from RGB is 38 - color contains mainly: blue. Hex color #132426 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132426 is #ECDBD9. Grayscale: #1F1F1F. Windows color (decimal): -15522778 or 2499603. OLE color: 2499603.

HSL color Cylindrical-coordinate representation of color #132426: hue angle of 186.32º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #132426 is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB193638-
CMYK0.500.0500.85
HSL186.32º33.33%11.18%-
HSV(B)186.32º50%14.9%-
XYZ1.251.542.07-
YUV31.14131.87119.34-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.43%
GREEN value IS 36 (14.45% from 255) = 38.71%
BLUE value IS 38 (15.23% from 255) = 40.86%
R=20.43%
G=38.71%
B=40.86%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1936380.500.0500.85186.3233.3311.18
Hex132426325055ba21b
Octal23444662501252724113
Binary1001110010010011011001010101010101101110101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132426; }

 p { color: rgb(19,36,38); }

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

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

 a { background-color: rgb(19,36,38); }

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

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

 span { border-color: rgb(19,36,38); }

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