Html Css Color HEX #091311 Dark Green

📋 copy color: '#091311'

red 9 ◦ green 19 ◦ blue 17

#091311
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #091311

Tints of Dark Green #091311

RGB

 RED value IS 9 (3.91% from 255) = 20%

 GREEN value IS 19 (7.81% from 255) = 42.22%

 BLUE value IS 17 (7.03% from 255) = 37.78%

R = 20%
G = 42.22%
B = 37.78%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.11

 K value IS 0.93

RGB Variations

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

Color information

#091311 (or 0x091311) is known color: Dark Green. HEX triplet: 09, 13 and 11. RGB value is (9,19,17). Sum of RGB (Red+Green+Blue) = 9+19+17=45 (5% of max value = 765). Red value is 9 (3.91% from 255 or 20% from 45); Green value is 19 (7.81% from 255 or 42.22% from 45); Blue value is 17 (7.03% from 255 or 37.78% from 45); Max value from RGB is 19 - color contains mainly: green. Hex color #091311 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091311 is #F6ECEE. Grayscale: #0F0F0F. Windows color (decimal): -16182511 or 1118985. OLE color: 1118985.

HSL color Cylindrical-coordinate representation of color #091311: hue angle of 168º degrees, saturation: 0.36, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #091311 is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.93.

Color convert

RGB 9 19 17 -
CMYK 0.53 0 0.11 0.93
HSL 168º 0.36% 0.05% -
HSV(B) 168º 0.53% 0.07% -
XYZ 0.45 0.56 0.62 -
YUV 15.78 128.69 123.16 -
System Red Green Blue C M Y K H S L
Decimal 9 19 17 0.53 0 0.11 0.93 168 0.36 0.05
Hex 9 13 11 35 0 B 5D A8 24 5
Octal 11 23 21 65 0 13 135 250 44 5
Binary 1001 10011 10001 110101 0 1011 1011101 10101000 100100 101

Color Harmonies of #091311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091311

Black with #091311

Text Example


Text Example

White with #091311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091311; }

 p { color: rgb(9,19,17); }

 H1.HeaderClassName
 {
   color: #091311;
 }
 .AnyTagClassName
 {
   color: #091311;
 }
</style>

background-color css

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

 a { background-color: rgb(9,19,17); }

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

border-color css

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

 span { border-color: rgb(9,19,17); }

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