#072626

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

Shades of Swamp #072626

Tints of Swamp #072626

Color information

#072626 (or 0x072626) is unknown color: approx Swamp. HEX triplet: 07, 26 and 26. RGB value is (7,38,38). Sum of RGB (Red+Green+Blue) = 7+38+38=83 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.43% from 83); Green value is 38 (15.23% from 255 or 45.78% from 83); Blue value is 38 (15.23% from 255 or 45.78% from 83); Max value from RGB is 38 - color contains mainly: green, blue. Hex color #072626 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072626 is #F8D9D9. Grayscale: #1C1C1C. Windows color (decimal): -16308698 or 2500103. OLE color: 2500103.

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

Color convert

RGB73838-
CMYK0.82000.85
HSL180º68.89%8.82%-
HSV(B)180º81.58%14.9%-
XYZ1.131.572.08-
YUV28.73133.23112.5-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.43%
GREEN value IS 38 (15.23% from 255) = 45.78%
BLUE value IS 38 (15.23% from 255) = 45.78%
R=8.43%
G=45.78%
B=45.78%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal738380.82000.8518068.898.82
Hex72626520055b4459
Octal746461220012526410511
Binary11110011010011010100100010101011011010010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072626; }

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

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

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

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

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

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

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

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