Html Css Color HEX #083422 Dark Green

📋 copy color: '#083422'

red 8 ◦ green 52 ◦ blue 34

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

Shades of Dark Green #083422

Tints of Dark Green #083422

RGB

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

 GREEN value IS 52 (20.7% from 255) = 55.32%

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

R = 8.51%
G = 55.32%
B = 36.17%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.35

 K value IS 0.80

RGB Variations

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

Color information

#083422 (or 0x083422) is known color: Dark Green. HEX triplet: 08, 34 and 22. RGB value is (8,52,34). Sum of RGB (Red+Green+Blue) = 8+52+34=94 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.51% from 94); Green value is 52 (20.70% from 255 or 55.32% from 94); Blue value is 34 (13.67% from 255 or 36.17% from 94); Max value from RGB is 52 - color contains mainly: green. Hex color #083422 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083422 is #F7CBDD. Grayscale: #242424. Windows color (decimal): -16239582 or 2241544. OLE color: 2241544.

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

Color convert

RGB 8 52 34 -
CMYK 0.85 0 0.35 0.80
HSL 155.45º 0.73% 0.12% -
HSV(B) 155.45º 0.85% 0.2% -
XYZ 1.62 2.62 1.93 -
YUV 36.79 126.42 107.46 -
System Red Green Blue C M Y K H S L
Decimal 8 52 34 0.85 0 0.35 0.80 155.45 0.73 0.12
Hex 8 34 22 55 0 23 50 9B 49 C
Octal 10 64 42 125 0 43 120 233 111 14
Binary 1000 110100 100010 1010101 0 100011 1010000 10011011 1001001 1100

Color Harmonies of #083422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083422

Black with #083422

Text Example


Text Example

White with #083422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083422; }

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

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

background-color css

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

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

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

border-color css

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

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

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