Html Css Color HEX #132524 Swamp

📋 copy color: '#132524'

red 19 ◦ green 37 ◦ blue 36

#132524
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Swamp #132524

Tints of Swamp #132524

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 value IS 0.49

 M value IS 0

 Y value IS 0.03

 K value IS 0.85

RGB Variations

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

Color information

#132524 (or 0x132524) is known color: 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

RGB 19 37 36 -
CMYK 0.49 0 0.03 0.85
HSL 176.67º 0.32% 0.11% -
HSV(B) 176.67º 0.49% 0.15% -
XYZ 1.25 1.59 1.91 -
YUV 31.5 130.54 119.08 -
System Red Green Blue C M Y K H S L
Decimal 19 37 36 0.49 0 0.03 0.85 176.67 0.32 0.11
Hex 13 25 24 31 0 3 55 B1 20 B
Octal 23 45 44 61 0 3 125 261 40 13
Binary 10011 100101 100100 110001 0 11 1010101 10110001 100000 1011

Color Harmonies of #132524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132524

Black with #132524

Text Example


Text Example

White with #132524

Text Example


Text Example

HTML Codes & Css Web 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>