Html Css Color HEX #083222 Dark Green

📋 copy color: '#083222'

red 8 ◦ green 50 ◦ blue 34

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

Shades of Dark Green #083222

Tints of Dark Green #083222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 36.96%

R = 8.7%
G = 54.35%
B = 36.96%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.32

 K value IS 0.80

RGB Variations

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

Color information

#083222 (or 0x083222) is known color: Dark Green. HEX triplet: 08, 32 and 22. RGB value is (8,50,34). Sum of RGB (Red+Green+Blue) = 8+50+34=92 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.70% from 92); Green value is 50 (19.92% from 255 or 54.35% from 92); Blue value is 34 (13.67% from 255 or 36.96% from 92); Max value from RGB is 50 - color contains mainly: green. Hex color #083222 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083222 is #F7CDDD. Grayscale: #232323. Windows color (decimal): -16240094 or 2241032. OLE color: 2241032.

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

Color convert

RGB 8 50 34 -
CMYK 0.84 0 0.32 0.80
HSL 157.14º 0.72% 0.11% -
HSV(B) 157.14º 0.84% 0.2% -
XYZ 1.53 2.45 1.91 -
YUV 35.62 127.09 108.3 -
System Red Green Blue C M Y K H S L
Decimal 8 50 34 0.84 0 0.32 0.80 157.14 0.72 0.11
Hex 8 32 22 54 0 20 50 9D 48 B
Octal 10 62 42 124 0 40 120 235 110 13
Binary 1000 110010 100010 1010100 0 100000 1010000 10011101 1001000 1011

Color Harmonies of #083222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083222

Black with #083222

Text Example


Text Example

White with #083222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083222; }

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

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

background-color css

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

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

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

border-color css

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

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

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