#132625

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

Shades of Swamp #132625

Tints of Swamp #132625

Color information

#132625 (or 0x132625) is unknown color: approx Swamp. HEX triplet: 13, 26 and 25. RGB value is (19,38,37). Sum of RGB (Red+Green+Blue) = 19+38+37=94 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.21% from 94); Green value is 38 (15.23% from 255 or 40.43% from 94); Blue value is 37 (14.84% from 255 or 39.36% from 94); Max value from RGB is 38 - color contains mainly: green. Hex color #132625 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132625 is #ECD9DA. Grayscale: #202020. Windows color (decimal): -15522267 or 2434579. OLE color: 2434579.

HSL color Cylindrical-coordinate representation of color #132625: hue angle of 176.84º 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 #132625 is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.85.

Color convert

RGB193837-
CMYK0.5000.030.85
HSL176.84º33.33%11.18%-
HSV(B)176.84º50%14.9%-
XYZ1.31.662-
YUV32.2130.71118.58-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.21%
GREEN value IS 38 (15.23% from 255) = 40.43%
BLUE value IS 37 (14.84% from 255) = 39.36%
R=20.21%
G=40.43%
B=39.36%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1938370.5000.030.85176.8433.3311.18
Hex132625320355b121b
Octal23464562031252614113
Binary100111001101001011100100111010101101100011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132625; }

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

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

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

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

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

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

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

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