#09130E

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

Shades of Dark Green #09130E

Tints of Dark Green #09130E

Color information

#09130E (or 0x09130E) is unknown color: approx Dark Green. HEX triplet: 09, 13 and 0E. RGB value is (9,19,14). Sum of RGB (Red+Green+Blue) = 9+19+14=42 (5% of max value = 765). Red value is 9 (3.91% from 255 or 21.43% from 42); Green value is 19 (7.81% from 255 or 45.24% from 42); Blue value is 14 (5.86% from 255 or 33.33% from 42); Max value from RGB is 19 - color contains mainly: green. Hex color #09130E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09130E is #F6ECF1. Grayscale: #0F0F0F. Windows color (decimal): -16182514 or 922377. OLE color: 922377.

HSL color Cylindrical-coordinate representation of color #09130E: hue angle of 150º degrees, saturation: 0.36, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #09130E is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.93.

Color convert

RGB91914-
CMYK0.5300.260.93
HSL150º35.71%5.49%-
HSV(B)150º52.63%7.45%-
XYZ0.420.560.5-
YUV15.44127.19123.41-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 21.43%
GREEN value IS 19 (7.81% from 255) = 45.24%
BLUE value IS 14 (5.86% from 255) = 33.33%
R=21.43%
G=45.24%
B=33.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal919140.5300.260.9315035.715.49
Hex913E3501A5D96245
Octal11231665032135226445
Binary1001100111110110101011010101110110010110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09130E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09130E; }

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

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

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

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

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

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

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

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