#083224

Color #083224 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #083224

Tints of Dark Green #083224

Color information

#083224 (or 0x083224) is unknown color: approx 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

RGB85036-
CMYK0.8400.280.80
HSL160º72.41%11.37%-
HSV(B)160º84%19.61%-
XYZ1.562.462.06-
YUV35.85128.09108.14-

RGB Variations

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

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.30%
R=8.51%
G=53.19%
B=38.30%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal850360.8400.280.8016072.4111.37
Hex832245401C50a048b
Octal10624412403412024011013
Binary1000110010100100101010001110010100001010000010010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>