#092513

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

Shades of Dark Green #092513

Tints of Dark Green #092513

Color information

#092513 (or 0x092513) is unknown color: approx Dark Green. HEX triplet: 09, 25 and 13. RGB value is (9,37,19). Sum of RGB (Red+Green+Blue) = 9+37+19=65 (8% of max value = 765). Red value is 9 (3.91% from 255 or 13.85% from 65); Green value is 37 (14.84% from 255 or 56.92% from 65); Blue value is 19 (7.81% from 255 or 29.23% from 65); Max value from RGB is 37 - color contains mainly: green. Hex color #092513 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092513 is #F6DAEC. Grayscale: #1A1A1A. Windows color (decimal): -16177901 or 1254665. OLE color: 1254665.

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

Color convert

RGB93719-
CMYK0.7600.490.85
HSL141.43º60.87%9.02%-
HSV(B)141.43º75.68%14.51%-
XYZ0.891.430.84-
YUV26.58123.72115.46-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 13.85%
GREEN value IS 37 (14.84% from 255) = 56.92%
BLUE value IS 19 (7.81% from 255) = 29.23%
R=13.85%
G=56.92%
B=29.23%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal937190.7600.490.85141.4360.879.02
Hex925134C031558d3d9
Octal1145231140611252157511
Binary100110010110011100110001100011010101100011011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092513; }

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

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

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

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

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

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

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

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