#082418

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

Shades of Dark Green #082418

Tints of Dark Green #082418

Color information

#082418 (or 0x082418) is unknown color: approx Dark Green. HEX triplet: 08, 24 and 18. RGB value is (8,36,24). Sum of RGB (Red+Green+Blue) = 8+36+24=68 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.76% from 68); Green value is 36 (14.45% from 255 or 52.94% from 68); Blue value is 24 (9.77% from 255 or 35.29% from 68); Max value from RGB is 36 - color contains mainly: green. Hex color #082418 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082418 is #F7DBE7. Grayscale: #1A1A1A. Windows color (decimal): -16243688 or 1582088. OLE color: 1582088.

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

Color convert

RGB83624-
CMYK0.7800.330.86
HSL154.29º63.64%8.63%-
HSV(B)154.29º77.78%14.12%-
XYZ0.91.381.08-
YUV26.26126.72114.98-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 11.76%
GREEN value IS 36 (14.45% from 255) = 52.94%
BLUE value IS 24 (9.77% from 255) = 35.29%
R=11.76%
G=52.94%
B=35.29%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal836240.7800.330.86154.2963.648.63
Hex824184E021569a409
Octal10443011604112623210011
Binary1000100100110001001110010000110101101001101010000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082418; }

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

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

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

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

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

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

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

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