#042324

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

Shades of Swamp #042324

Tints of Swamp #042324

Color information

#042324 (or 0x042324) is unknown color: approx Swamp. HEX triplet: 04, 23 and 24. RGB value is (4,35,36). Sum of RGB (Red+Green+Blue) = 4+35+36=75 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.33% from 75); Green value is 35 (14.06% from 255 or 46.67% from 75); Blue value is 36 (14.45% from 255 or 48% from 75); Max value from RGB is 36 - color contains mainly: blue. Hex color #042324 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042324 is #FBDCDB. Grayscale: #191919. Windows color (decimal): -16506076 or 2368260. OLE color: 2368260.

HSL color Cylindrical-coordinate representation of color #042324: hue angle of 181.88º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #042324 is Cyan = 0.89, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB43536-
CMYK0.890.0300.86
HSL181.88º80%7.84%-
HSV(B)181.88º88.89%14.12%-
XYZ0.971.361.88-
YUV25.84133.73112.42-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.33%
GREEN value IS 35 (14.06% from 255) = 46.67%
BLUE value IS 36 (14.45% from 255) = 48%
R=5.33%
G=46.67%
B=48%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal435360.890.0300.86181.88807.84
Hex42324593056b6508
Octal443441313012626612010
Binary100100011100100101100111010101101011011010100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042324; }

 p { color: rgb(4,35,36); }

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

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

 a { background-color: rgb(4,35,36); }

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

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

 span { border-color: rgb(4,35,36); }

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