#142527

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

Shades of Swamp #142527

Tints of Swamp #142527

Color information

#142527 (or 0x142527) is unknown color: approx Swamp. HEX triplet: 14, 25 and 27. RGB value is (20,37,39). Sum of RGB (Red+Green+Blue) = 20+37+39=96 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.83% from 96); Green value is 37 (14.84% from 255 or 38.54% from 96); Blue value is 39 (15.62% from 255 or 40.62% from 96); Max value from RGB is 39 - color contains mainly: blue. Hex color #142527 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142527 is #EBDAD8. Grayscale: #202020. Windows color (decimal): -15456985 or 2565396. OLE color: 2565396.

HSL color Cylindrical-coordinate representation of color #142527: hue angle of 186.32º degrees, saturation: 0.32, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #142527 is Cyan = 0.49, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB203739-
CMYK0.490.0500.85
HSL186.32º32.2%11.57%-
HSV(B)186.32º48.72%15.29%-
XYZ1.321.622.16-
YUV32.14131.87119.34-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20.83%
GREEN value IS 37 (14.84% from 255) = 38.54%
BLUE value IS 39 (15.62% from 255) = 40.62%
R=20.83%
G=38.54%
B=40.62%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2037390.490.0500.85186.3232.211.57
Hex142527315055ba20c
Octal24454761501252724014
Binary1010010010110011111000110101010101101110101000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142527; }

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

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

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

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

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

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

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

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