Html Css Color HEX #083224 Dark Green

📋 copy color: '#083224'

red 8 ◦ green 50 ◦ blue 36

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

Shades of Dark Green #083224

Tints of Dark Green #083224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 38.3%

R = 8.51%
G = 53.19%
B = 38.3%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.28

 K value IS 0.80

RGB Variations

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

Color information

#083224 (or 0x083224) is known color: Dark Green. HEX triplet: 08, 32 and 24. RGB value is (8,50,36). Sum of RGB (Red+Green+Blue) = 8+50+36=94 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.51% from 94); Green value is 50 (19.92% from 255 or 53.19% from 94); Blue value is 36 (14.45% from 255 or 38.30% from 94); Max value from RGB is 50 - color contains mainly: green. Hex color #083224 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083224 is #F7CDDB. Grayscale: #232323. Windows color (decimal): -16240092 or 2372104. OLE color: 2372104.

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

Color convert

RGB 8 50 36 -
CMYK 0.84 0 0.28 0.80
HSL 160º 0.72% 0.11% -
HSV(B) 160º 0.84% 0.2% -
XYZ 1.56 2.46 2.06 -
YUV 35.85 128.09 108.14 -
System Red Green Blue C M Y K H S L
Decimal 8 50 36 0.84 0 0.28 0.80 160 0.72 0.11
Hex 8 32 24 54 0 1C 50 A0 48 B
Octal 10 62 44 124 0 34 120 240 110 13
Binary 1000 110010 100100 1010100 0 11100 1010000 10100000 1001000 1011

Color Harmonies of #083224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083224

Black with #083224

Text Example


Text Example

White with #083224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083224; }

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

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

background-color css

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

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

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

border-color css

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

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

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