#082404

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

Shades of Myrtle #082404

Tints of Myrtle #082404

Color information

#082404 (or 0x082404) is unknown color: approx Myrtle. HEX triplet: 08, 24 and 04. RGB value is (8,36,4). Sum of RGB (Red+Green+Blue) = 8+36+4=48 (6% of max value = 765). Red value is 8 (3.52% from 255 or 16.67% from 48); Green value is 36 (14.45% from 255 or 75% from 48); Blue value is 4 (1.95% from 255 or 8.33% from 48); Max value from RGB is 36 - color contains mainly: green. Hex color #082404 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082404 is #F7DBFB. Grayscale: #181818. Windows color (decimal): -16243708 or 271368. OLE color: 271368.

HSL color Cylindrical-coordinate representation of color #082404: hue angle of 112.5º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #082404 is Cyan = 0.78, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.86.

Color convert

RGB8364-
CMYK0.7800.890.86
HSL112.5º80%7.84%-
HSV(B)112.5º88.89%14.12%-
XYZ0.751.320.33-
YUV23.98116.72116.6-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 16.67%
GREEN value IS 36 (14.45% from 255) = 75%
BLUE value IS 4 (1.95% from 255) = 8.33%
R=16.67%
G=75%
B=8.33%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal83640.7800.890.86112.5807.84
Hex82444E0595670508
Octal10444116013112616012010
Binary10001001001001001110010110011010110111000010100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082404; }

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

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

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

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

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

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

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

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