#142425

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

Shades of Swamp #142425

Tints of Swamp #142425

Color information

#142425 (or 0x142425) is unknown color: approx Swamp. HEX triplet: 14, 24 and 25. RGB value is (20,36,37). Sum of RGB (Red+Green+Blue) = 20+36+37=93 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.51% from 93); Green value is 36 (14.45% from 255 or 38.71% from 93); Blue value is 37 (14.84% from 255 or 39.78% from 93); Max value from RGB is 37 - color contains mainly: blue. Hex color #142425 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142425 is #EBDBDA. Grayscale: #1F1F1F. Windows color (decimal): -15457243 or 2434068. OLE color: 2434068.

HSL color Cylindrical-coordinate representation of color #142425: hue angle of 183.53º 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 #142425 is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB203637-
CMYK0.460.0300.85
HSL183.53º29.82%11.18%-
HSV(B)183.53º45.95%14.51%-
XYZ1.251.541.98-
YUV31.33131.2119.92-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.51%
GREEN value IS 36 (14.45% from 255) = 38.71%
BLUE value IS 37 (14.84% from 255) = 39.78%
R=21.51%
G=38.71%
B=39.78%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2036370.460.0300.85183.5329.8211.18
Hex1424252E3055b81eb
Octal24444556301252703613
Binary10100100100100101101110110101010110111000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142425; }

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

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

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

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

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

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

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

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