Html Css Color HEX #091312 Dark Green

📋 copy color: '#091312'

red 9 ◦ green 19 ◦ blue 18

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

Shades of Dark Green #091312

Tints of Dark Green #091312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 39.13%

R = 19.57%
G = 41.3%
B = 39.13%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.05

 K value IS 0.93

RGB Variations

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

Color information

#091312 (or 0x091312) is known color: Dark Green. HEX triplet: 09, 13 and 12. RGB value is (9,19,18). Sum of RGB (Red+Green+Blue) = 9+19+18=46 (6% of max value = 765). Red value is 9 (3.91% from 255 or 19.57% from 46); Green value is 19 (7.81% from 255 or 41.30% from 46); Blue value is 18 (7.42% from 255 or 39.13% from 46); Max value from RGB is 19 - color contains mainly: green. Hex color #091312 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091312 is #F6ECED. Grayscale: #0F0F0F. Windows color (decimal): -16182510 or 1184521. OLE color: 1184521.

HSL color Cylindrical-coordinate representation of color #091312: hue angle of 174º 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 #091312 is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.93.

Color convert

RGB 9 19 18 -
CMYK 0.53 0 0.05 0.93
HSL 174º 0.36% 0.05% -
HSV(B) 174º 0.53% 0.07% -
XYZ 0.45 0.57 0.66 -
YUV 15.9 129.19 123.08 -
System Red Green Blue C M Y K H S L
Decimal 9 19 18 0.53 0 0.05 0.93 174 0.36 0.05
Hex 9 13 12 35 0 5 5D AE 24 5
Octal 11 23 22 65 0 5 135 256 44 5
Binary 1001 10011 10010 110101 0 101 1011101 10101110 100100 101

Color Harmonies of #091312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091312

Black with #091312

Text Example


Text Example

White with #091312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091312; }

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

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

background-color css

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

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

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

border-color css

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

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

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