#083720

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

Shades of Dark Green #083720

Tints of Dark Green #083720

Color information

#083720 (or 0x083720) is unknown color: approx Dark Green. HEX triplet: 08, 37 and 20. RGB value is (8,55,32). Sum of RGB (Red+Green+Blue) = 8+55+32=95 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.42% from 95); Green value is 55 (21.88% from 255 or 57.89% from 95); Blue value is 32 (12.89% from 255 or 33.68% from 95); Max value from RGB is 55 - color contains mainly: green. Hex color #083720 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083720 is #F7C8DF. Grayscale: #262626. Windows color (decimal): -16238816 or 2111240. OLE color: 2111240.

HSL color Cylindrical-coordinate representation of color #083720: hue angle of 150.64º degrees, saturation: 0.75, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #083720 is Cyan = 0.85, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.78.

Color convert

RGB85532-
CMYK0.8500.420.78
HSL150.64º74.6%12.35%-
HSV(B)150.64º85.45%21.57%-
XYZ1.732.891.83-
YUV38.33124.43106.37-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.42%
GREEN value IS 55 (21.88% from 255) = 57.89%
BLUE value IS 32 (12.89% from 255) = 33.68%
R=8.42%
G=57.89%
B=33.68%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal855320.8500.420.78150.6474.612.35
Hex837205502A4E974bc
Octal10674012505211622711314
Binary10001101111000001010101010101010011101001011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083720; }

 p { color: rgb(8,55,32); }

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

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

 a { background-color: rgb(8,55,32); }

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

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

 span { border-color: rgb(8,55,32); }

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