Html Css Color HEX #072425 Swamp

📋 copy color: '#072425'

red 7 ◦ green 36 ◦ blue 37

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

Shades of Swamp #072425

Tints of Swamp #072425

RGB

 RED value IS 7 (3.13% 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 value IS 0.81

 M value IS 0.03

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

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

RGB 7 36 37 -
CMYK 0.81 0.03 0 0.85
HSL 182º 0.68% 0.09% -
HSV(B) 182º 0.81% 0.15% -
XYZ 1.05 1.44 1.97 -
YUV 27.44 133.39 113.42 -
System Red Green Blue C M Y K H S L
Decimal 7 36 37 0.81 0.03 0 0.85 182 0.68 0.09
Hex 7 24 25 51 3 0 55 B6 44 9
Octal 7 44 45 121 3 0 125 266 104 11
Binary 111 100100 100101 1010001 11 0 1010101 10110110 1000100 1001

Color Harmonies of #072425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072425

Black with #072425

Text Example


Text Example

White with #072425

Text Example


Text Example

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