#083522

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

Shades of Dark Green #083522

Tints of Dark Green #083522

Color information

#083522 (or 0x083522) is unknown color: approx Dark Green. HEX triplet: 08, 35 and 22. RGB value is (8,53,34). Sum of RGB (Red+Green+Blue) = 8+53+34=95 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.42% from 95); Green value is 53 (21.09% from 255 or 55.79% from 95); Blue value is 34 (13.67% from 255 or 35.79% from 95); Max value from RGB is 53 - color contains mainly: green. Hex color #083522 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083522 is #F7CADD. Grayscale: #252525. Windows color (decimal): -16239326 or 2241800. OLE color: 2241800.

HSL color Cylindrical-coordinate representation of color #083522: hue angle of 154.67º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #083522 is Cyan = 0.85, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.79.

Color convert

RGB85334-
CMYK0.8500.360.79
HSL154.67º73.77%11.96%-
HSV(B)154.67º84.91%20.78%-
XYZ1.662.711.95-
YUV37.38126.09107.04-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.42%
GREEN value IS 53 (21.09% from 255) = 55.79%
BLUE value IS 34 (13.67% from 255) = 35.79%
R=8.42%
G=55.79%
B=35.79%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal853340.8500.360.79154.6773.7711.96
Hex83522550244F9b4ac
Octal10654212504411723311214
Binary10001101011000101010101010010010011111001101110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083522; }

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

 H1.HeaderClassName
 {
   color: #083522;
 }
 .AnyTagClassName
 {
   color: #083522;
 }
</style>
background-color css

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

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

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

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

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

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