#13322F

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

Shades of Swamp #13322F

Tints of Swamp #13322F

Color information

#13322F (or 0x13322F) is unknown color: approx Swamp. HEX triplet: 13, 32 and 2F. RGB value is (19,50,47). Sum of RGB (Red+Green+Blue) = 19+50+47=116 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.38% from 116); Green value is 50 (19.92% from 255 or 43.10% from 116); Blue value is 47 (18.75% from 255 or 40.52% from 116); Max value from RGB is 50 - color contains mainly: green. Hex color #13322F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13322F is #ECCDD0. Grayscale: #282828. Windows color (decimal): -15519185 or 3093011. OLE color: 3093011.

HSL color Cylindrical-coordinate representation of color #13322F: hue angle of 174.19º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #13322F is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.80.

Color convert

RGB195047-
CMYK0.6200.060.80
HSL174.19º44.93%13.53%-
HSV(B)174.19º62%19.61%-
XYZ1.922.623.09-
YUV40.39131.73112.74-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.38%
GREEN value IS 50 (19.92% from 255) = 43.10%
BLUE value IS 47 (18.75% from 255) = 40.52%
R=16.38%
G=43.10%
B=40.52%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1950470.6200.060.80174.1944.9313.53
Hex13322F3E0650ae2de
Octal23625776061202565516
Binary1001111001010111111111001101010000101011101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13322F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13322F; }

 p { color: rgb(19,50,47); }

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

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

 a { background-color: rgb(19,50,47); }

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

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

 span { border-color: rgb(19,50,47); }

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