#083122

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

Shades of Dark Green #083122

Tints of Dark Green #083122

Color information

#083122 (or 0x083122) is unknown color: approx Dark Green. HEX triplet: 08, 31 and 22. RGB value is (8,49,34). Sum of RGB (Red+Green+Blue) = 8+49+34=91 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.79% from 91); Green value is 49 (19.53% from 255 or 53.85% from 91); Blue value is 34 (13.67% from 255 or 37.36% from 91); Max value from RGB is 49 - color contains mainly: green. Hex color #083122 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083122 is #F7CEDD. Grayscale: #232323. Windows color (decimal): -16240350 or 2240776. OLE color: 2240776.

HSL color Cylindrical-coordinate representation of color #083122: hue angle of 158.05º 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 #083122 is Cyan = 0.84, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.81.

Color convert

RGB84934-
CMYK0.8400.310.81
HSL158.05º71.93%11.18%-
HSV(B)158.05º83.67%19.22%-
XYZ1.492.361.89-
YUV35.03127.42108.72-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.79%
GREEN value IS 49 (19.53% from 255) = 53.85%
BLUE value IS 34 (13.67% from 255) = 37.36%
R=8.79%
G=53.85%
B=37.36%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal849340.8400.310.81158.0571.9311.18
Hex831225401F519e48b
Octal10614212403712123611013
Binary1000110001100010101010001111110100011001111010010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083122; }

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

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

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

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

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

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

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

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