#052324

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

Shades of Swamp #052324

Tints of Swamp #052324

Color information

#052324 (or 0x052324) is unknown color: approx Swamp. HEX triplet: 05, 23 and 24. RGB value is (5,35,36). Sum of RGB (Red+Green+Blue) = 5+35+36=76 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.58% from 76); Green value is 35 (14.06% from 255 or 46.05% from 76); Blue value is 36 (14.45% from 255 or 47.37% from 76); Max value from RGB is 36 - color contains mainly: blue. Hex color #052324 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052324 is #FADCDB. Grayscale: #1A1A1A. Windows color (decimal): -16440540 or 2368261. OLE color: 2368261.

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

Color convert

RGB53536-
CMYK0.860.0300.86
HSL181.94º75.61%8.04%-
HSV(B)181.94º86.11%14.12%-
XYZ0.981.361.88-
YUV26.14133.56112.92-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.58%
GREEN value IS 35 (14.06% from 255) = 46.05%
BLUE value IS 36 (14.45% from 255) = 47.37%
R=6.58%
G=46.05%
B=47.37%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal535360.860.0300.86181.9475.618.04
Hex52324563056b64c8
Octal543441263012626611410
Binary101100011100100101011011010101101011011010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052324; }

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

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

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

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

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

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

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

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