#132927

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

Shades of Swamp #132927

Tints of Swamp #132927

Color information

#132927 (or 0x132927) is unknown color: approx Swamp. HEX triplet: 13, 29 and 27. RGB value is (19,41,39). Sum of RGB (Red+Green+Blue) = 19+41+39=99 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19.19% from 99); Green value is 41 (16.41% from 255 or 41.41% from 99); Blue value is 39 (15.62% from 255 or 39.39% from 99); Max value from RGB is 41 - color contains mainly: green. Hex color #132927 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132927 is #ECD6D8. Grayscale: #222222. Windows color (decimal): -15521497 or 2566419. OLE color: 2566419.

HSL color Cylindrical-coordinate representation of color #132927: hue angle of 174.55º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #132927 is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.84.

Color convert

RGB194139-
CMYK0.5400.050.84
HSL174.55º36.67%11.76%-
HSV(B)174.55º53.66%16.08%-
XYZ1.431.872.21-
YUV34.19130.71117.16-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.19%
GREEN value IS 41 (16.41% from 255) = 41.41%
BLUE value IS 39 (15.62% from 255) = 39.39%
R=19.19%
G=41.41%
B=39.39%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1941390.5400.050.84174.5536.6711.76
Hex132927360554af25c
Octal23514766051242574514
Binary1001110100110011111011001011010100101011111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132927; }

 p { color: rgb(19,41,39); }

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

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

 a { background-color: rgb(19,41,39); }

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

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

 span { border-color: rgb(19,41,39); }

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