Html Css Color HEX #083221 Dark Green

📋 copy color: '#083221'

red 8 ◦ green 50 ◦ blue 33

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

Shades of Dark Green #083221

Tints of Dark Green #083221

RGB

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

 GREEN value IS 50 (19.92% from 255) = 54.95%

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

R = 8.79%
G = 54.95%
B = 36.26%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.34

 K value IS 0.80

RGB Variations

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

Color information

#083221 (or 0x083221) is known color: Dark Green. HEX triplet: 08, 32 and 21. RGB value is (8,50,33). Sum of RGB (Red+Green+Blue) = 8+50+33=91 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.79% from 91); Green value is 50 (19.92% from 255 or 54.95% from 91); Blue value is 33 (13.28% from 255 or 36.26% from 91); Max value from RGB is 50 - color contains mainly: green. Hex color #083221 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083221 is #F7CDDE. Grayscale: #232323. Windows color (decimal): -16240095 or 2175496. OLE color: 2175496.

HSL color Cylindrical-coordinate representation of color #083221: hue angle of 155.71º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #083221 is Cyan = 0.84, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.80.

Color convert

RGB 8 50 33 -
CMYK 0.84 0 0.34 0.80
HSL 155.71º 0.72% 0.11% -
HSV(B) 155.71º 0.84% 0.2% -
XYZ 1.52 2.44 1.83 -
YUV 35.5 126.59 108.38 -
System Red Green Blue C M Y K H S L
Decimal 8 50 33 0.84 0 0.34 0.80 155.71 0.72 0.11
Hex 8 32 21 54 0 22 50 9C 48 B
Octal 10 62 41 124 0 42 120 234 110 13
Binary 1000 110010 100001 1010100 0 100010 1010000 10011100 1001000 1011

Color Harmonies of #083221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083221

Black with #083221

Text Example


Text Example

White with #083221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083221; }

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

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

background-color css

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

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

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

border-color css

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

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

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