#082426

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

Shades of Swamp #082426

Tints of Swamp #082426

Color information

#082426 (or 0x082426) is unknown color: approx Swamp. HEX triplet: 08, 24 and 26. RGB value is (8,36,38). Sum of RGB (Red+Green+Blue) = 8+36+38=82 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.76% from 82); Green value is 36 (14.45% from 255 or 43.90% from 82); Blue value is 38 (15.23% from 255 or 46.34% from 82); Max value from RGB is 38 - color contains mainly: blue. Hex color #082426 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082426 is #F7DBD9. Grayscale: #1B1B1B. Windows color (decimal): -16243674 or 2499592. OLE color: 2499592.

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

Color convert

RGB83638-
CMYK0.790.0500.85
HSL184º65.22%9.02%-
HSV(B)184º78.95%14.9%-
XYZ1.081.452.06-
YUV27.86133.72113.84-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.76%
GREEN value IS 36 (14.45% from 255) = 43.90%
BLUE value IS 38 (15.23% from 255) = 46.34%
R=9.76%
G=43.90%
B=46.34%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal836380.790.0500.8518465.229.02
Hex824264F5055b8419
Octal1044461175012527010111
Binary10001001001001101001111101010101011011100010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082426; }

 p { color: rgb(8,36,38); }

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

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

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

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

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

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

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