#083225

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

Shades of Dark Green #083225

Tints of Dark Green #083225

Color information

#083225 (or 0x083225) is unknown color: approx Dark Green. HEX triplet: 08, 32 and 25. RGB value is (8,50,37). Sum of RGB (Red+Green+Blue) = 8+50+37=95 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.42% from 95); Green value is 50 (19.92% from 255 or 52.63% from 95); Blue value is 37 (14.84% from 255 or 38.95% from 95); Max value from RGB is 50 - color contains mainly: green. Hex color #083225 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083225 is #F7CDDA. Grayscale: #232323. Windows color (decimal): -16240091 or 2437640. OLE color: 2437640.

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

Color convert

RGB85037-
CMYK0.8400.260.80
HSL161.43º72.41%11.37%-
HSV(B)161.43º84%19.61%-
XYZ1.572.472.14-
YUV35.96128.59108.06-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.42%
GREEN value IS 50 (19.92% from 255) = 52.63%
BLUE value IS 37 (14.84% from 255) = 38.95%
R=8.42%
G=52.63%
B=38.95%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal850370.8400.260.80161.4372.4111.37
Hex832255401A50a148b
Octal10624512403212024111013
Binary1000110010100101101010001101010100001010000110010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083225; }

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

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

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

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

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

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

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

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