Html Css Color HEX #052425 Swamp

📋 copy color: '#052425'

red 5 ◦ green 36 ◦ blue 37

#052425
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Swamp #052425

Tints of Swamp #052425

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 value IS 0.86

 M value IS 0.03

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#052425 (or 0x052425) is known color: 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

RGB 5 36 37 -
CMYK 0.86 0.03 0 0.85
HSL 181.88º 0.76% 0.08% -
HSV(B) 181.88º 0.86% 0.15% -
XYZ 1.03 1.43 1.97 -
YUV 26.85 133.73 112.42 -
System Red Green Blue C M Y K H S L
Decimal 5 36 37 0.86 0.03 0 0.85 181.88 0.76 0.08
Hex 5 24 25 56 3 0 55 B6 4C 8
Octal 5 44 45 126 3 0 125 266 114 10
Binary 101 100100 100101 1010110 11 0 1010101 10110110 1001100 1000

Color Harmonies of #052425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052425

Black with #052425

Text Example


Text Example

White with #052425

Text Example


Text Example

HTML Codes & Css Web 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>