Html Css Color HEX #091513 Dark Green

📋 copy color: '#091513'

red 9 ◦ green 21 ◦ blue 19

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

Shades of Dark Green #091513

Tints of Dark Green #091513

RGB

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

 GREEN value IS 21 (8.59% from 255) = 42.86%

 BLUE value IS 19 (7.81% from 255) = 38.78%

R = 18.37%
G = 42.86%
B = 38.78%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.10

 K value IS 0.92

RGB Variations

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

Color information

#091513 (or 0x091513) is known color: Dark Green. HEX triplet: 09, 15 and 13. RGB value is (9,21,19). Sum of RGB (Red+Green+Blue) = 9+21+19=49 (6% of max value = 765). Red value is 9 (3.91% from 255 or 18.37% from 49); Green value is 21 (8.59% from 255 or 42.86% from 49); Blue value is 19 (7.81% from 255 or 38.78% from 49); Max value from RGB is 21 - color contains mainly: green. Hex color #091513 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091513 is #F6EAEC. Grayscale: #111111. Windows color (decimal): -16181997 or 1250569. OLE color: 1250569.

HSL color Cylindrical-coordinate representation of color #091513: hue angle of 170º degrees, saturation: 0.4, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #091513 is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.92.

Color convert

RGB 9 21 19 -
CMYK 0.57 0 0.10 0.92
HSL 170º 0.4% 0.06% -
HSV(B) 170º 0.57% 0.08% -
XYZ 0.5 0.64 0.71 -
YUV 17.18 129.02 122.16 -
System Red Green Blue C M Y K H S L
Decimal 9 21 19 0.57 0 0.10 0.92 170 0.4 0.06
Hex 9 15 13 39 0 A 5C AA 28 6
Octal 11 25 23 71 0 12 134 252 50 6
Binary 1001 10101 10011 111001 0 1010 1011100 10101010 101000 110

Color Harmonies of #091513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091513

Black with #091513

Text Example


Text Example

White with #091513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091513; }

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

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

background-color css

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

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

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

border-color css

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

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

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