#09100E

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

Shades of Dark Green #09100E

Tints of Dark Green #09100E

Color information

#09100E (or 0x09100E) is unknown color: approx Dark Green. HEX triplet: 09, 10 and 0E. RGB value is (9,16,14). Sum of RGB (Red+Green+Blue) = 9+16+14=39 (5% of max value = 765). Red value is 9 (3.91% from 255 or 23.08% from 39); Green value is 16 (6.64% from 255 or 41.03% from 39); Blue value is 14 (5.86% from 255 or 35.90% from 39); Max value from RGB is 16 - color contains mainly: green. Hex color #09100E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09100E is #F6EFF1. Grayscale: #0D0D0D. Windows color (decimal): -16183282 or 921609. OLE color: 921609.

HSL color Cylindrical-coordinate representation of color #09100E: hue angle of 162.86º degrees, saturation: 0.28, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #09100E is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.94.

Color convert

RGB91614-
CMYK0.4400.130.94
HSL162.86º28%4.9%-
HSV(B)162.86º43.75%6.27%-
XYZ0.380.460.48-
YUV13.68128.18124.66-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 23.08%
GREEN value IS 16 (6.64% from 255) = 41.03%
BLUE value IS 14 (5.86% from 255) = 35.90%
R=23.08%
G=41.03%
B=35.90%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal916140.4400.130.94162.86284.9
Hex910E2C0D5Ea31c5
Octal11201654015136243345
Binary10011000011101011000110110111101010001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09100E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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