#083126

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

Shades of Dark Green #083126

Tints of Dark Green #083126

Color information

#083126 (or 0x083126) is unknown color: approx Dark Green. HEX triplet: 08, 31 and 26. RGB value is (8,49,38). Sum of RGB (Red+Green+Blue) = 8+49+38=95 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.42% from 95); Green value is 49 (19.53% from 255 or 51.58% from 95); Blue value is 38 (15.23% from 255 or 40% from 95); Max value from RGB is 49 - color contains mainly: green. Hex color #083126 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083126 is #F7CED9. Grayscale: #232323. Windows color (decimal): -16240346 or 2502920. OLE color: 2502920.

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

Color convert

RGB84938-
CMYK0.8400.220.81
HSL163.9º71.93%11.18%-
HSV(B)163.9º83.67%19.22%-
XYZ1.552.392.21-
YUV35.49129.42108.39-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.42%
GREEN value IS 49 (19.53% from 255) = 51.58%
BLUE value IS 38 (15.23% from 255) = 40%
R=8.42%
G=51.58%
B=40%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal849380.8400.220.81163.971.9311.18
Hex831265401651a448b
Octal10614612402612124411013
Binary1000110001100110101010001011010100011010010010010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083126; }

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

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

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

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

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

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

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

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