#132524

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

Shades of Swamp #132524

Tints of Swamp #132524

Color information

#132524 (or 0x132524) is unknown color: approx Swamp. HEX triplet: 13, 25 and 24. RGB value is (19,37,36). Sum of RGB (Red+Green+Blue) = 19+37+36=92 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.65% from 92); Green value is 37 (14.84% from 255 or 40.22% from 92); Blue value is 36 (14.45% from 255 or 39.13% from 92); Max value from RGB is 37 - color contains mainly: green. Hex color #132524 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132524 is #ECDADB. Grayscale: #1F1F1F. Windows color (decimal): -15522524 or 2368787. OLE color: 2368787.

HSL color Cylindrical-coordinate representation of color #132524: hue angle of 176.67º degrees, saturation: 0.32, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #132524 is Cyan = 0.49, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.85.

Color convert

RGB193736-
CMYK0.4900.030.85
HSL176.67º32.14%10.98%-
HSV(B)176.67º48.65%14.51%-
XYZ1.251.591.91-
YUV31.5130.54119.08-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.65%
GREEN value IS 37 (14.84% from 255) = 40.22%
BLUE value IS 36 (14.45% from 255) = 39.13%
R=20.65%
G=40.22%
B=39.13%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1937360.4900.030.85176.6732.1410.98
Hex132524310355b120b
Octal23454461031252614013
Binary100111001011001001100010111010101101100011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132524; }

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

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

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

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

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

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

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

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