Html Css Color HEX #091A13 Dark Green

📋 copy color: '#091A13'

red 9 ◦ green 26 ◦ blue 19

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

Shades of Dark Green #091A13

Tints of Dark Green #091A13

RGB

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

 GREEN value IS 26 (10.55% from 255) = 48.15%

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

R = 16.67%
G = 48.15%
B = 35.19%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.27

 K value IS 0.90

RGB Variations

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

Color information

#091A13 (or 0x091A13) is known color: Dark Green. HEX triplet: 09, 1A and 13. RGB value is (9,26,19). Sum of RGB (Red+Green+Blue) = 9+26+19=54 (7% of max value = 765). Red value is 9 (3.91% from 255 or 16.67% from 54); Green value is 26 (10.55% from 255 or 48.15% from 54); Blue value is 19 (7.81% from 255 or 35.19% from 54); Max value from RGB is 26 - color contains mainly: green. Hex color #091A13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #091A13 is #F6E5EC. Grayscale: #141414. Windows color (decimal): -16180717 or 1251849. OLE color: 1251849.

HSL color Cylindrical-coordinate representation of color #091A13: hue angle of 155.29º 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 #091A13 is Cyan = 0.65, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.90.

Color convert

RGB 9 26 19 -
CMYK 0.65 0 0.27 0.90
HSL 155.29º 0.49% 0.07% -
HSV(B) 155.29º 0.65% 0.1% -
XYZ 0.6 0.84 0.75 -
YUV 20.12 127.37 120.07 -
System Red Green Blue C M Y K H S L
Decimal 9 26 19 0.65 0 0.27 0.90 155.29 0.49 0.07
Hex 9 1A 13 41 0 1B 5A 9B 31 7
Octal 11 32 23 101 0 33 132 233 61 7
Binary 1001 11010 10011 1000001 0 11011 1011010 10011011 110001 111

Color Harmonies of #091A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091A13

Black with #091A13

Text Example


Text Example

White with #091A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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