Html Css Color HEX #083220 Dark Green

📋 copy color: '#083220'

red 8 ◦ green 50 ◦ blue 32

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

Shades of Dark Green #083220

Tints of Dark Green #083220

RGB

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

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

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

R = 8.89%
G = 55.56%
B = 35.56%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.36

 K value IS 0.80

RGB Variations

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

Color information

#083220 (or 0x083220) is known color: Dark Green. HEX triplet: 08, 32 and 20. RGB value is (8,50,32). Sum of RGB (Red+Green+Blue) = 8+50+32=90 (11% of max value = 765). Red value is 8 (3.52% from 255 or 8.89% from 90); Green value is 50 (19.92% from 255 or 55.56% from 90); Blue value is 32 (12.89% from 255 or 35.56% from 90); Max value from RGB is 50 - color contains mainly: green. Hex color #083220 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083220 is #F7CDDF. Grayscale: #232323. Windows color (decimal): -16240096 or 2109960. OLE color: 2109960.

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

Color convert

RGB 8 50 32 -
CMYK 0.84 0 0.36 0.80
HSL 154.29º 0.72% 0.11% -
HSV(B) 154.29º 0.84% 0.2% -
XYZ 1.5 2.44 1.76 -
YUV 35.39 126.09 108.46 -
System Red Green Blue C M Y K H S L
Decimal 8 50 32 0.84 0 0.36 0.80 154.29 0.72 0.11
Hex 8 32 20 54 0 24 50 9A 48 B
Octal 10 62 40 124 0 44 120 232 110 13
Binary 1000 110010 100000 1010100 0 100100 1010000 10011010 1001000 1011

Color Harmonies of #083220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083220

Black with #083220

Text Example


Text Example

White with #083220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083220; }

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

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

background-color css

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

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

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

border-color css

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

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

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