#133432

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

Shades of Swamp #133432

Tints of Swamp #133432

Color information

#133432 (or 0x133432) is unknown color: approx Swamp. HEX triplet: 13, 34 and 32. RGB value is (19,52,50). Sum of RGB (Red+Green+Blue) = 19+52+50=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 52 (20.70% from 255 or 42.98% from 121); Blue value is 50 (19.92% from 255 or 41.32% from 121); Max value from RGB is 52 - color contains mainly: green. Hex color #133432 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133432 is #ECCBCD. Grayscale: #292929. Windows color (decimal): -15518670 or 3290131. OLE color: 3290131.

HSL color Cylindrical-coordinate representation of color #133432: hue angle of 176.36º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #133432 is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.80.

Color convert

RGB195250-
CMYK0.6300.040.80
HSL176.36º46.48%13.92%-
HSV(B)176.36º63.46%20.39%-
XYZ2.072.823.45-
YUV41.9132.57111.66-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.70%
GREEN value IS 52 (20.70% from 255) = 42.98%
BLUE value IS 50 (19.92% from 255) = 41.32%
R=15.70%
G=42.98%
B=41.32%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1952500.6300.040.80176.3646.4813.92
Hex1334323F0450b02ee
Octal23646277041202605616
Binary1001111010011001011111101001010000101100001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133432; }

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

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

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

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

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

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

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

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