Html Css Color HEX #082616 Dark Green

📋 copy color: '#082616'

red 8 ◦ green 38 ◦ blue 22

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

Shades of Dark Green #082616

Tints of Dark Green #082616

RGB

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

 GREEN value IS 38 (15.23% from 255) = 55.88%

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

R = 11.76%
G = 55.88%
B = 32.35%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.42

 K value IS 0.85

RGB Variations

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

Color information

#082616 (or 0x082616) is known color: Dark Green. HEX triplet: 08, 26 and 16. RGB value is (8,38,22). Sum of RGB (Red+Green+Blue) = 8+38+22=68 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.76% from 68); Green value is 38 (15.23% from 255 or 55.88% from 68); Blue value is 22 (8.98% from 255 or 32.35% from 68); Max value from RGB is 38 - color contains mainly: green. Hex color #082616 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082616 is #F7D9E9. Grayscale: #1B1B1B. Windows color (decimal): -16243178 or 1451528. OLE color: 1451528.

HSL color Cylindrical-coordinate representation of color #082616: hue angle of 148º degrees, saturation: 0.65, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #082616 is Cyan = 0.79, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.85.

Color convert

RGB 8 38 22 -
CMYK 0.79 0 0.42 0.85
HSL 148º 0.65% 0.09% -
HSV(B) 148º 0.79% 0.15% -
XYZ 0.94 1.5 1 -
YUV 27.21 125.06 114.3 -
System Red Green Blue C M Y K H S L
Decimal 8 38 22 0.79 0 0.42 0.85 148 0.65 0.09
Hex 8 26 16 4F 0 2A 55 94 41 9
Octal 10 46 26 117 0 52 125 224 101 11
Binary 1000 100110 10110 1001111 0 101010 1010101 10010100 1000001 1001

Color Harmonies of #082616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082616

Black with #082616

Text Example


Text Example

White with #082616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082616; }

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

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

background-color css

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

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

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

border-color css

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

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

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