#142526

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

Shades of Swamp #142526

Tints of Swamp #142526

Color information

#142526 (or 0x142526) is unknown color: approx Swamp. HEX triplet: 14, 25 and 26. RGB value is (20,37,38). Sum of RGB (Red+Green+Blue) = 20+37+38=95 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.05% from 95); Green value is 37 (14.84% from 255 or 38.95% from 95); Blue value is 38 (15.23% from 255 or 40% from 95); Max value from RGB is 38 - color contains mainly: blue. Hex color #142526 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142526 is #EBDAD9. Grayscale: #202020. Windows color (decimal): -15456986 or 2499860. OLE color: 2499860.

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

Color convert

RGB203738-
CMYK0.470.0300.85
HSL183.33º31.03%11.37%-
HSV(B)183.33º47.37%14.9%-
XYZ1.31.612.08-
YUV32.03131.37119.42-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.05%
GREEN value IS 37 (14.84% from 255) = 38.95%
BLUE value IS 38 (15.23% from 255) = 40%
R=21.05%
G=38.95%
B=40%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2037380.470.0300.85183.3331.0311.37
Hex1425262F3055b71fb
Octal24454657301252673713
Binary10100100101100110101111110101010110110111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142526; }

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

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

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

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

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

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

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

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