Html Css Color HEX #082516 Dark Green

📋 copy color: '#082516'

red 8 ◦ green 37 ◦ blue 22

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

Shades of Dark Green #082516

Tints of Dark Green #082516

RGB

 RED value IS 8 (3.52% from 255) = 11.94%

 GREEN value IS 37 (14.84% from 255) = 55.22%

 BLUE value IS 22 (8.98% from 255) = 32.84%

R = 11.94%
G = 55.22%
B = 32.84%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.41

 K value IS 0.85

RGB Variations

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

Color information

#082516 (or 0x082516) is known color: Dark Green. HEX triplet: 08, 25 and 16. RGB value is (8,37,22). Sum of RGB (Red+Green+Blue) = 8+37+22=67 (8% of max value = 765). Red value is 8 (3.52% from 255 or 11.94% from 67); Green value is 37 (14.84% from 255 or 55.22% from 67); Blue value is 22 (8.98% from 255 or 32.84% from 67); Max value from RGB is 37 - color contains mainly: green. Hex color #082516 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082516 is #F7DAE9. Grayscale: #1A1A1A. Windows color (decimal): -16243434 or 1451272. OLE color: 1451272.

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

Color convert

RGB 8 37 22 -
CMYK 0.78 0 0.41 0.85
HSL 148.97º 0.64% 0.09% -
HSV(B) 148.97º 0.78% 0.15% -
XYZ 0.91 1.43 0.99 -
YUV 26.62 125.39 114.72 -
System Red Green Blue C M Y K H S L
Decimal 8 37 22 0.78 0 0.41 0.85 148.97 0.64 0.09
Hex 8 25 16 4E 0 29 55 95 40 9
Octal 10 45 26 116 0 51 125 225 100 11
Binary 1000 100101 10110 1001110 0 101001 1010101 10010101 1000000 1001

Color Harmonies of #082516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082516

Black with #082516

Text Example


Text Example

White with #082516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082516; }

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

 H1.HeaderClassName
 {
   color: #082516;
 }
 .AnyTagClassName
 {
   color: #082516;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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