#091A14

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

Shades of Dark Green #091A14

Tints of Dark Green #091A14

Color information

#091A14 (or 0x091A14) is unknown color: approx Dark Green. HEX triplet: 09, 1A and 14. RGB value is (9,26,20). Sum of RGB (Red+Green+Blue) = 9+26+20=55 (7% of max value = 765). Red value is 9 (3.91% from 255 or 16.36% from 55); Green value is 26 (10.55% from 255 or 47.27% from 55); Blue value is 20 (8.20% from 255 or 36.36% from 55); Max value from RGB is 26 - color contains mainly: green. Hex color #091A14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #091A14 is #F6E5EB. Grayscale: #141414. Windows color (decimal): -16180716 or 1317385. OLE color: 1317385.

HSL color Cylindrical-coordinate representation of color #091A14: hue angle of 158.82º degrees, saturation: 0.49, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #091A14 is Cyan = 0.65, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.90.

Color convert

RGB92620-
CMYK0.6500.230.90
HSL158.82º48.57%6.86%-
HSV(B)158.82º65.38%10.2%-
XYZ0.610.850.79-
YUV20.23127.87119.99-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 16.36%
GREEN value IS 26 (10.55% from 255) = 47.27%
BLUE value IS 20 (8.20% from 255) = 36.36%
R=16.36%
G=47.27%
B=36.36%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal926200.6500.230.90158.8248.576.86
Hex91A14410175A9f317
Octal113224101027132237617
Binary100111010101001000001010111101101010011111110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091A14; }

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

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

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

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

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

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

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

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