#042527

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

Shades of Swamp #042527

Tints of Swamp #042527

Color information

#042527 (or 0x042527) is unknown color: approx Swamp. HEX triplet: 04, 25 and 27. RGB value is (4,37,39). Sum of RGB (Red+Green+Blue) = 4+37+39=80 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5% from 80); Green value is 37 (14.84% from 255 or 46.25% from 80); Blue value is 39 (15.62% from 255 or 48.75% from 80); Max value from RGB is 39 - color contains mainly: blue. Hex color #042527 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042527 is #FBDAD8. Grayscale: #1B1B1B. Windows color (decimal): -16505561 or 2565380. OLE color: 2565380.

HSL color Cylindrical-coordinate representation of color #042527: hue angle of 183.43º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #042527 is Cyan = 0.90, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB43739-
CMYK0.900.0500.85
HSL183.43º81.4%8.43%-
HSV(B)183.43º89.74%15.29%-
XYZ1.081.52.15-
YUV27.36134.57111.34-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5%
GREEN value IS 37 (14.84% from 255) = 46.25%
BLUE value IS 39 (15.62% from 255) = 48.75%
R=5%
G=46.25%
B=48.75%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal437390.900.0500.85183.4381.48.43
Hex425275A5055b7518
Octal445471325012526712110
Binary1001001011001111011010101010101011011011110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042527; }

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

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

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

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

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

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

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

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