#072425

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

Shades of Swamp #072425

Tints of Swamp #072425

Color information

#072425 (or 0x072425) is unknown color: approx Swamp. HEX triplet: 07, 24 and 25. RGB value is (7,36,37). Sum of RGB (Red+Green+Blue) = 7+36+37=80 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.75% from 80); Green value is 36 (14.45% from 255 or 45% from 80); Blue value is 37 (14.84% from 255 or 46.25% from 80); Max value from RGB is 37 - color contains mainly: blue. Hex color #072425 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072425 is #F8DBDA. Grayscale: #1B1B1B. Windows color (decimal): -16309211 or 2434055. OLE color: 2434055.

HSL color Cylindrical-coordinate representation of color #072425: hue angle of 182º 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 #072425 is Cyan = 0.81, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB73637-
CMYK0.810.0300.85
HSL182º68.18%8.63%-
HSV(B)182º81.08%14.51%-
XYZ1.051.441.97-
YUV27.44133.39113.42-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.75%
GREEN value IS 36 (14.45% from 255) = 45%
BLUE value IS 37 (14.84% from 255) = 46.25%
R=8.75%
G=45%
B=46.25%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal736370.810.0300.8518268.188.63
Hex72425513055b6449
Octal744451213012526610411
Binary111100100100101101000111010101011011011010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072425; }

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

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

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

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

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

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

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

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