#083725

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

Shades of Dark Green #083725

Tints of Dark Green #083725

Color information

#083725 (or 0x083725) is unknown color: approx Dark Green. HEX triplet: 08, 37 and 25. RGB value is (8,55,37). Sum of RGB (Red+Green+Blue) = 8+55+37=100 (13% of max value = 765). Red value is 8 (3.52% from 255 or 8% from 100); Green value is 55 (21.88% from 255 or 55% from 100); Blue value is 37 (14.84% from 255 or 37% from 100); Max value from RGB is 55 - color contains mainly: green. Hex color #083725 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083725 is #F7C8DA. Grayscale: #262626. Windows color (decimal): -16238811 or 2438920. OLE color: 2438920.

HSL color Cylindrical-coordinate representation of color #083725: hue angle of 157.02º 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 #083725 is Cyan = 0.85, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.78.

Color convert

RGB85537-
CMYK0.8500.330.78
HSL157.02º74.6%12.35%-
HSV(B)157.02º85.45%21.57%-
XYZ1.82.922.22-
YUV38.89126.93105.96-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8%
GREEN value IS 55 (21.88% from 255) = 55%
BLUE value IS 37 (14.84% from 255) = 37%
R=8%
G=55%
B=37%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal855370.8500.330.78157.0274.612.35
Hex83725550214E9d4bc
Octal10674512504111623511314
Binary10001101111001011010101010000110011101001110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083725; }

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

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

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

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

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

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

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

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