#091B14

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

Shades of Dark Green #091B14

Tints of Dark Green #091B14

Color information

#091B14 (or 0x091B14) is unknown color: approx Dark Green. HEX triplet: 09, 1B and 14. RGB value is (9,27,20). Sum of RGB (Red+Green+Blue) = 9+27+20=56 (7% of max value = 765). Red value is 9 (3.91% from 255 or 16.07% from 56); Green value is 27 (10.94% from 255 or 48.21% from 56); Blue value is 20 (8.20% from 255 or 35.71% from 56); Max value from RGB is 27 - color contains mainly: green. Hex color #091B14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #091B14 is #F6E4EB. Grayscale: #141414. Windows color (decimal): -16180460 or 1317641. OLE color: 1317641.

HSL color Cylindrical-coordinate representation of color #091B14: hue angle of 156.67º degrees, saturation: 0.5, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #091B14 is Cyan = 0.67, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.89.

Color convert

RGB92720-
CMYK0.6700.260.89
HSL156.67º50%7.06%-
HSV(B)156.67º66.67%10.59%-
XYZ0.630.890.8-
YUV20.82127.54119.57-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 16.07%
GREEN value IS 27 (10.94% from 255) = 48.21%
BLUE value IS 20 (8.20% from 255) = 35.71%
R=16.07%
G=48.21%
B=35.71%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal927200.6700.260.89156.67507.06
Hex91B144301A599d327
Octal113324103032131235627
Binary100111011101001000011011010101100110011101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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