Html Css Color HEX #083321 Dark Green

📋 copy color: '#083321'

red 8 ◦ green 51 ◦ blue 33

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

Shades of Dark Green #083321

Tints of Dark Green #083321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 35.87%

R = 8.7%
G = 55.43%
B = 35.87%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.35

 K value IS 0.8

RGB Variations

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

Color information

#083321 (or 0x083321) is known color: Dark Green. HEX triplet: 08, 33 and 21. RGB value is (8,51,33). Sum of RGB (Red+Green+Blue) = 8+51+33=92 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.70% from 92); Green value is 51 (20.31% from 255 or 55.43% from 92); Blue value is 33 (13.28% from 255 or 35.87% from 92); Max value from RGB is 51 - color contains mainly: green. Hex color #083321 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083321 is #F7CCDE. Grayscale: #242424. Windows color (decimal): -16239839 or 2175752. OLE color: 2175752.

HSL color Cylindrical-coordinate representation of color #083321: hue angle of 154.88º 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 #083321 is Cyan = 0.84, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.8.

Color convert

RGB 8 51 33 -
CMYK 0.84 0 0.35 0.8
HSL 154.88º 0.73% 0.12% -
HSV(B) 154.88º 0.84% 0.2% -
XYZ 1.56 2.53 1.84 -
YUV 36.09 126.25 107.96 -
System Red Green Blue C M Y K H S L
Decimal 8 51 33 0.84 0 0.35 0.8 154.88 0.73 0.12
Hex 8 33 21 54 0 23 50 9B 49 C
Octal 10 63 41 124 0 43 120 233 111 14
Binary 1000 110011 100001 1010100 0 100011 1010000 10011011 1001001 1100

Color Harmonies of #083321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083321

Black with #083321

Text Example


Text Example

White with #083321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083321; }

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

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

background-color css

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

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

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

border-color css

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

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

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