#091614

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

Shades of Dark Green #091614

Tints of Dark Green #091614

Color information

#091614 (or 0x091614) is unknown color: approx Dark Green. HEX triplet: 09, 16 and 14. RGB value is (9,22,20). Sum of RGB (Red+Green+Blue) = 9+22+20=51 (6% of max value = 765). Red value is 9 (3.91% from 255 or 17.65% from 51); Green value is 22 (8.98% from 255 or 43.14% from 51); Blue value is 20 (8.20% from 255 or 39.22% from 51); Max value from RGB is 22 - color contains mainly: green. Hex color #091614 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091614 is #F6E9EB. Grayscale: #111111. Windows color (decimal): -16181740 or 1316361. OLE color: 1316361.

HSL color Cylindrical-coordinate representation of color #091614: hue angle of 170.77º degrees, saturation: 0.42, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #091614 is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.91.

Color convert

RGB92220-
CMYK0.5900.090.91
HSL170.77º41.94%6.08%-
HSV(B)170.77º59.09%8.63%-
XYZ0.530.680.77-
YUV17.89129.19121.66-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 17.65%
GREEN value IS 22 (8.98% from 255) = 43.14%
BLUE value IS 20 (8.20% from 255) = 39.22%
R=17.65%
G=43.14%
B=39.22%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal922200.5900.090.91170.7741.946.08
Hex916143B095Bab2a6
Octal11262473011133253526
Binary1001101101010011101101001101101110101011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091614; }

 p { color: rgb(9,22,20); }

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

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

 a { background-color: rgb(9,22,20); }

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

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

 span { border-color: rgb(9,22,20); }

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