#082520

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

Shades of Dark Green #082520

Tints of Dark Green #082520

Color information

#082520 (or 0x082520) is unknown color: approx Dark Green. HEX triplet: 08, 25 and 20. RGB value is (8,37,32). Sum of RGB (Red+Green+Blue) = 8+37+32=77 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.39% from 77); Green value is 37 (14.84% from 255 or 48.05% from 77); Blue value is 32 (12.89% from 255 or 41.56% from 77); Max value from RGB is 37 - color contains mainly: green. Hex color #082520 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082520 is #F7DADF. Grayscale: #1B1B1B. Windows color (decimal): -16243424 or 2106632. OLE color: 2106632.

HSL color Cylindrical-coordinate representation of color #082520: hue angle of 169.66º 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 #082520 is Cyan = 0.78, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.85.

Color convert

RGB83732-
CMYK0.7800.140.85
HSL169.66º64.44%8.82%-
HSV(B)169.66º78.38%14.51%-
XYZ1.021.481.6-
YUV27.76130.39113.91-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10.39%
GREEN value IS 37 (14.84% from 255) = 48.05%
BLUE value IS 32 (12.89% from 255) = 41.56%
R=10.39%
G=48.05%
B=41.56%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal837320.7800.140.85169.6664.448.82
Hex825204E0E55aa409
Octal10454011601612525210011
Binary100010010110000010011100111010101011010101010000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082520; }

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

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

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

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

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

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

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

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