#082004

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

Shades of Myrtle #082004

Tints of Myrtle #082004

Color information

#082004 (or 0x082004) is unknown color: approx Myrtle. HEX triplet: 08, 20 and 04. RGB value is (8,32,4). Sum of RGB (Red+Green+Blue) = 8+32+4=44 (5% of max value = 765). Red value is 8 (3.52% from 255 or 18.18% from 44); Green value is 32 (12.89% from 255 or 72.73% from 44); Blue value is 4 (1.95% from 255 or 9.09% from 44); Max value from RGB is 32 - color contains mainly: green. Hex color #082004 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082004 is #F7DFFB. Grayscale: #151515. Windows color (decimal): -16244732 or 270344. OLE color: 270344.

HSL color Cylindrical-coordinate representation of color #082004: hue angle of 111.43º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #082004 is Cyan = 0.75, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.87.

Color convert

RGB8324-
CMYK0.7500.870.87
HSL111.43º77.78%7.06%-
HSV(B)111.43º87.5%12.55%-
XYZ0.641.090.29-
YUV21.63118.05118.28-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 18.18%
GREEN value IS 32 (12.89% from 255) = 72.73%
BLUE value IS 4 (1.95% from 255) = 9.09%
R=18.18%
G=72.73%
B=9.09%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal83240.7500.870.87111.4377.787.06
Hex82044B057576f4e7
Octal1040411301271271571167
Binary1000100000100100101101010111101011111011111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082004; }

 p { color: rgb(8,32,4); }

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

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

 a { background-color: rgb(8,32,4); }

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

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

 span { border-color: rgb(8,32,4); }

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