Html Css Color HEX #082520 Dark Green

📋 copy color: '#082520'

red 8 ◦ green 37 ◦ blue 32

#082520
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #082520

Tints of Dark Green #082520

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 value IS 0.78

 M value IS 0

 Y value IS 0.14

 K value IS 0.85

RGB Variations

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

Color information

#082520 (or 0x082520) is known color: 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

RGB 8 37 32 -
CMYK 0.78 0 0.14 0.85
HSL 169.66º 0.64% 0.09% -
HSV(B) 169.66º 0.78% 0.15% -
XYZ 1.02 1.48 1.6 -
YUV 27.76 130.39 113.91 -
System Red Green Blue C M Y K H S L
Decimal 8 37 32 0.78 0 0.14 0.85 169.66 0.64 0.09
Hex 8 25 20 4E 0 E 55 AA 40 9
Octal 10 45 40 116 0 16 125 252 100 11
Binary 1000 100101 100000 1001110 0 1110 1010101 10101010 1000000 1001

Color Harmonies of #082520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082520

Black with #082520

Text Example


Text Example

White with #082520

Text Example


Text Example

HTML Codes & Css Web 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>