Html Css Color HEX #083320 Dark Green

📋 copy color: '#083320'

red 8 ◦ green 51 ◦ blue 32

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

Shades of Dark Green #083320

Tints of Dark Green #083320

RGB

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

 GREEN value IS 51 (20.31% from 255) = 56.04%

 BLUE value IS 32 (12.89% from 255) = 35.16%

R = 8.79%
G = 56.04%
B = 35.16%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.37

 K value IS 0.8

RGB Variations

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

Color information

#083320 (or 0x083320) is known color: Dark Green. HEX triplet: 08, 33 and 20. RGB value is (8,51,32). Sum of RGB (Red+Green+Blue) = 8+51+32=91 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.79% from 91); Green value is 51 (20.31% from 255 or 56.04% from 91); Blue value is 32 (12.89% from 255 or 35.16% from 91); Max value from RGB is 51 - color contains mainly: green. Hex color #083320 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083320 is #F7CCDF. Grayscale: #242424. Windows color (decimal): -16239840 or 2110216. OLE color: 2110216.

HSL color Cylindrical-coordinate representation of color #083320: hue angle of 153.49º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #083320 is Cyan = 0.84, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.8.

Color convert

RGB 8 51 32 -
CMYK 0.84 0 0.37 0.8
HSL 153.49º 0.73% 0.12% -
HSV(B) 153.49º 0.84% 0.2% -
XYZ 1.54 2.52 1.77 -
YUV 35.98 125.75 108.04 -
System Red Green Blue C M Y K H S L
Decimal 8 51 32 0.84 0 0.37 0.8 153.49 0.73 0.12
Hex 8 33 20 54 0 25 50 99 49 C
Octal 10 63 40 124 0 45 120 231 111 14
Binary 1000 110011 100000 1010100 0 100101 1010000 10011001 1001001 1100

Color Harmonies of #083320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083320

Black with #083320

Text Example


Text Example

White with #083320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083320; }

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

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

background-color css

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

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

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

border-color css

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

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

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