#082513

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

Shades of Dark Green #082513

Tints of Dark Green #082513

Color information

#082513 (or 0x082513) is unknown color: approx Dark Green. HEX triplet: 08, 25 and 13. RGB value is (8,37,19). Sum of RGB (Red+Green+Blue) = 8+37+19=64 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.5% from 64); Green value is 37 (14.84% from 255 or 57.81% from 64); Blue value is 19 (7.81% from 255 or 29.69% from 64); Max value from RGB is 37 - color contains mainly: green. Hex color #082513 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082513 is #F7DAEC. Grayscale: #1A1A1A. Windows color (decimal): -16243437 or 1254664. OLE color: 1254664.

HSL color Cylindrical-coordinate representation of color #082513: hue angle of 142.76º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #082513 is Cyan = 0.78, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.85.

Color convert

RGB83719-
CMYK0.7800.490.85
HSL142.76º64.44%8.82%-
HSV(B)142.76º78.38%14.51%-
XYZ0.881.420.84-
YUV26.28123.89114.96-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 12.5%
GREEN value IS 37 (14.84% from 255) = 57.81%
BLUE value IS 19 (7.81% from 255) = 29.69%
R=12.5%
G=57.81%
B=29.69%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal837190.7800.490.85142.7664.448.82
Hex825134E031558f409
Octal10452311606112521710011
Binary1000100101100111001110011000110101011000111110000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082513; }

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

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

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

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

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

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

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

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