#052425

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

Shades of Swamp #052425

Tints of Swamp #052425

Color information

#052425 (or 0x052425) is unknown color: approx Swamp. HEX triplet: 05, 24 and 25. RGB value is (5,36,37). Sum of RGB (Red+Green+Blue) = 5+36+37=78 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.41% from 78); Green value is 36 (14.45% from 255 or 46.15% from 78); Blue value is 37 (14.84% from 255 or 47.44% from 78); Max value from RGB is 37 - color contains mainly: blue. Hex color #052425 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052425 is #FADBDA. Grayscale: #1A1A1A. Windows color (decimal): -16440283 or 2434053. OLE color: 2434053.

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

Color convert

RGB53637-
CMYK0.860.0300.85
HSL181.88º76.19%8.24%-
HSV(B)181.88º86.49%14.51%-
XYZ1.031.431.97-
YUV26.84133.73112.42-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.41%
GREEN value IS 36 (14.45% from 255) = 46.15%
BLUE value IS 37 (14.84% from 255) = 47.44%
R=6.41%
G=46.15%
B=47.44%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal536370.860.0300.85181.8876.198.24
Hex52425563055b64c8
Octal544451263012526611410
Binary101100100100101101011011010101011011011010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052425; }

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

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

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

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

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

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

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

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