Html Css Color HEX #091512 Dark Green

📋 copy color: '#091512'

red 9 ◦ green 21 ◦ blue 18

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

Shades of Dark Green #091512

Tints of Dark Green #091512

RGB

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

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

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

R = 18.75%
G = 43.75%
B = 37.5%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.14

 K value IS 0.92

RGB Variations

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

Color information

#091512 (or 0x091512) is known color: Dark Green. HEX triplet: 09, 15 and 12. RGB value is (9,21,18). Sum of RGB (Red+Green+Blue) = 9+21+18=48 (6% of max value = 765). Red value is 9 (3.91% from 255 or 18.75% from 48); Green value is 21 (8.59% from 255 or 43.75% from 48); Blue value is 18 (7.42% from 255 or 37.5% from 48); Max value from RGB is 21 - color contains mainly: green. Hex color #091512 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091512 is #F6EAED. Grayscale: #111111. Windows color (decimal): -16181998 or 1185033. OLE color: 1185033.

HSL color Cylindrical-coordinate representation of color #091512: hue angle of 165º 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 #091512 is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.92.

Color convert

RGB 9 21 18 -
CMYK 0.57 0 0.14 0.92
HSL 165º 0.4% 0.06% -
HSV(B) 165º 0.57% 0.08% -
XYZ 0.49 0.64 0.67 -
YUV 17.07 128.52 122.24 -
System Red Green Blue C M Y K H S L
Decimal 9 21 18 0.57 0 0.14 0.92 165 0.4 0.06
Hex 9 15 12 39 0 E 5C A5 28 6
Octal 11 25 22 71 0 16 134 245 50 6
Binary 1001 10101 10010 111001 0 1110 1011100 10100101 101000 110

Color Harmonies of #091512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091512

Black with #091512

Text Example


Text Example

White with #091512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091512; }

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

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

background-color css

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

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

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

border-color css

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

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

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