#083119

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

Shades of Dark Green #083119

Tints of Dark Green #083119

Color information

#083119 (or 0x083119) is unknown color: approx Dark Green. HEX triplet: 08, 31 and 19. RGB value is (8,49,25). Sum of RGB (Red+Green+Blue) = 8+49+25=82 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.76% from 82); Green value is 49 (19.53% from 255 or 59.76% from 82); Blue value is 25 (10.16% from 255 or 30.49% from 82); Max value from RGB is 49 - color contains mainly: green. Hex color #083119 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083119 is #F7CEE6. Grayscale: #222222. Windows color (decimal): -16240359 or 1650952. OLE color: 1650952.

HSL color Cylindrical-coordinate representation of color #083119: hue angle of 144.88º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #083119 is Cyan = 0.84, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.81.

Color convert

RGB84925-
CMYK0.8400.490.81
HSL144.88º71.93%11.18%-
HSV(B)144.88º83.67%19.22%-
XYZ1.372.321.29-
YUV34122.92109.45-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.76%
GREEN value IS 49 (19.53% from 255) = 59.76%
BLUE value IS 25 (10.16% from 255) = 30.49%
R=9.76%
G=59.76%
B=30.49%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal849250.8400.490.81144.8871.9311.18
Hex8311954031519148b
Octal10613112406112122111013
Binary1000110001110011010100011000110100011001000110010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083119; }

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

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

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

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

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

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

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

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