#042728

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

Shades of Swamp #042728

Tints of Swamp #042728

Color information

#042728 (or 0x042728) is unknown color: approx Swamp. HEX triplet: 04, 27 and 28. RGB value is (4,39,40). Sum of RGB (Red+Green+Blue) = 4+39+40=83 (10% of max value = 765). Red value is 4 (1.95% from 255 or 4.82% from 83); Green value is 39 (15.62% from 255 or 46.99% from 83); Blue value is 40 (16.02% from 255 or 48.19% from 83); Max value from RGB is 40 - color contains mainly: blue. Hex color #042728 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042728 is #FBD8D7. Grayscale: #1C1C1C. Windows color (decimal): -16505048 or 2631428. OLE color: 2631428.

HSL color Cylindrical-coordinate representation of color #042728: hue angle of 181.67º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #042728 is Cyan = 0.90, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB43940-
CMYK0.900.0200.84
HSL181.67º81.82%8.63%-
HSV(B)181.67º90%15.69%-
XYZ1.161.632.26-
YUV28.65134.4110.42-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.82%
GREEN value IS 39 (15.62% from 255) = 46.99%
BLUE value IS 40 (16.02% from 255) = 48.19%
R=4.82%
G=46.99%
B=48.19%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal439400.900.0200.84181.6781.828.63
Hex427285A2054b6529
Octal447501322012426612211
Binary100100111101000101101010010101001011011010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042728; }

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

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

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

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

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

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

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

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