#082519

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

Shades of Dark Green #082519

Tints of Dark Green #082519

Color information

#082519 (or 0x082519) is unknown color: approx Dark Green. HEX triplet: 08, 25 and 19. RGB value is (8,37,25). Sum of RGB (Red+Green+Blue) = 8+37+25=70 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.43% from 70); Green value is 37 (14.84% from 255 or 52.86% from 70); Blue value is 25 (10.16% from 255 or 35.71% from 70); Max value from RGB is 37 - color contains mainly: green. Hex color #082519 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082519 is #F7DAE6. Grayscale: #1A1A1A. Windows color (decimal): -16243431 or 1647880. OLE color: 1647880.

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

Color convert

RGB83725-
CMYK0.7800.320.85
HSL155.17º64.44%8.82%-
HSV(B)155.17º78.38%14.51%-
XYZ0.941.441.15-
YUV26.96126.89114.48-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 11.43%
GREEN value IS 37 (14.84% from 255) = 52.86%
BLUE value IS 25 (10.16% from 255) = 35.71%
R=11.43%
G=52.86%
B=35.71%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal837250.7800.320.85155.1764.448.82
Hex825194E020559b409
Octal10453111604012523310011
Binary1000100101110011001110010000010101011001101110000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082519; }

 p { color: rgb(8,37,25); }

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

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

 a { background-color: rgb(8,37,25); }

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

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

 span { border-color: rgb(8,37,25); }

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