#142525

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

Shades of Swamp #142525

Tints of Swamp #142525

Color information

#142525 (or 0x142525) is unknown color: approx Swamp. HEX triplet: 14, 25 and 25. RGB value is (20,37,37). Sum of RGB (Red+Green+Blue) = 20+37+37=94 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.28% from 94); Green value is 37 (14.84% from 255 or 39.36% from 94); Blue value is 37 (14.84% from 255 or 39.36% from 94); Max value from RGB is 37 - color contains mainly: green, blue. Hex color #142525 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142525 is #EBDADA. Grayscale: #1F1F1F. Windows color (decimal): -15456987 or 2434324. OLE color: 2434324.

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

Color convert

RGB203737-
CMYK0.46000.85
HSL180º29.82%11.18%-
HSV(B)180º45.95%14.51%-
XYZ1.281.611.99-
YUV31.92130.87119.5-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.28%
GREEN value IS 37 (14.84% from 255) = 39.36%
BLUE value IS 37 (14.84% from 255) = 39.36%
R=21.28%
G=39.36%
B=39.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2037370.46000.8518029.8211.18
Hex1425252E0055b41eb
Octal24454556001252643613
Binary1010010010110010110111000101010110110100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142525; }

 p { color: rgb(20,37,37); }

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

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

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

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

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

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

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