Html Css Color HEX #091614 Dark Green

📋 copy color: '#091614'

red 9 ◦ green 22 ◦ blue 20

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

Shades of Dark Green #091614

Tints of Dark Green #091614

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.2% from 255) = 39.22%

R = 17.65%
G = 43.14%
B = 39.22%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.09

 K value IS 0.91

RGB Variations

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

Color information

#091614 (or 0x091614) is known color: 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

RGB 9 22 20 -
CMYK 0.59 0 0.09 0.91
HSL 170.77º 0.42% 0.06% -
HSV(B) 170.77º 0.59% 0.09% -
XYZ 0.53 0.68 0.77 -
YUV 17.89 129.19 121.66 -
System Red Green Blue C M Y K H S L
Decimal 9 22 20 0.59 0 0.09 0.91 170.77 0.42 0.06
Hex 9 16 14 3B 0 9 5B AB 2A 6
Octal 11 26 24 73 0 11 133 253 52 6
Binary 1001 10110 10100 111011 0 1001 1011011 10101011 101010 110

Color Harmonies of #091614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091614

Black with #091614

Text Example


Text Example

White with #091614

Text Example


Text Example

HTML Codes & Css Web 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>