#091814

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

Shades of Dark Green #091814

Tints of Dark Green #091814

Color information

#091814 (or 0x091814) is unknown color: approx Dark Green. HEX triplet: 09, 18 and 14. RGB value is (9,24,20). Sum of RGB (Red+Green+Blue) = 9+24+20=53 (7% of max value = 765). Red value is 9 (3.91% from 255 or 16.98% from 53); Green value is 24 (9.77% from 255 or 45.28% from 53); Blue value is 20 (8.20% from 255 or 37.74% from 53); Max value from RGB is 24 - color contains mainly: green. Hex color #091814 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091814 is #F6E7EB. Grayscale: #131313. Windows color (decimal): -16181228 or 1316873. OLE color: 1316873.

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

Color convert

RGB92420-
CMYK0.6300.170.91
HSL164º45.45%6.47%-
HSV(B)164º62.5%9.41%-
XYZ0.570.760.78-
YUV19.06128.53120.83-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 16.98%
GREEN value IS 24 (9.77% from 255) = 45.28%
BLUE value IS 20 (8.20% from 255) = 37.74%
R=16.98%
G=45.28%
B=37.74%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal924200.6300.170.9116445.456.47
Hex918143F0115Ba42d6
Octal11302477021133244556
Binary10011100010100111111010001101101110100100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091814; }

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

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

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

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

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

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

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

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