#072525

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

Shades of Swamp #072525

Tints of Swamp #072525

Color information

#072525 (or 0x072525) is unknown color: approx Swamp. HEX triplet: 07, 25 and 25. RGB value is (7,37,37). Sum of RGB (Red+Green+Blue) = 7+37+37=81 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.64% from 81); Green value is 37 (14.84% from 255 or 45.68% from 81); Blue value is 37 (14.84% from 255 or 45.68% from 81); Max value from RGB is 37 - color contains mainly: green, blue. Hex color #072525 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072525 is #F8DADA. Grayscale: #1C1C1C. Windows color (decimal): -16308955 or 2434311. OLE color: 2434311.

HSL color Cylindrical-coordinate representation of color #072525: hue angle of 180º degrees, saturation: 0.68, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #072525 is Cyan = 0.81, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB73737-
CMYK0.81000.85
HSL180º68.18%8.63%-
HSV(B)180º81.08%14.51%-
XYZ1.081.51.98-
YUV28.03133.06113-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.64%
GREEN value IS 37 (14.84% from 255) = 45.68%
BLUE value IS 37 (14.84% from 255) = 45.68%
R=8.64%
G=45.68%
B=45.68%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal737370.81000.8518068.188.63
Hex72525510055b4449
Octal745451210012526410411
Binary11110010110010110100010010101011011010010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072525; }

 p { color: rgb(7,37,37); }

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

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

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

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

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

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

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