Html Css Color HEX #09100C Dark Green

📋 copy color: '#09100C'

red 9 ◦ green 16 ◦ blue 12

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

Shades of Dark Green #09100C

Tints of Dark Green #09100C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 43.24%

 BLUE value IS 12 (5.08% from 255) = 32.43%

R = 24.32%
G = 43.24%
B = 32.43%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.25

 K value IS 0.94

RGB Variations

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

Color information

#09100C (or 0x09100C) is known color: Dark Green. HEX triplet: 09, 10 and 0C. RGB value is (9,16,12). Sum of RGB (Red+Green+Blue) = 9+16+12=37 (4% of max value = 765). Red value is 9 (3.91% from 255 or 24.32% from 37); Green value is 16 (6.64% from 255 or 43.24% from 37); Blue value is 12 (5.08% from 255 or 32.43% from 37); Max value from RGB is 16 - color contains mainly: green. Hex color #09100C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09100C is #F6EFF3. Grayscale: #0D0D0D. Windows color (decimal): -16183284 or 790537. OLE color: 790537.

HSL color Cylindrical-coordinate representation of color #09100C: hue angle of 145.71º degrees, saturation: 0.28, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #09100C is Cyan = 0.44, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.94.

Color convert

RGB 9 16 12 -
CMYK 0.44 0 0.25 0.94
HSL 145.71º 0.28% 0.05% -
HSV(B) 145.71º 0.44% 0.06% -
XYZ 0.36 0.46 0.42 -
YUV 13.45 127.18 124.83 -
System Red Green Blue C M Y K H S L
Decimal 9 16 12 0.44 0 0.25 0.94 145.71 0.28 0.05
Hex 9 10 C 2C 0 19 5E 92 1C 5
Octal 11 20 14 54 0 31 136 222 34 5
Binary 1001 10000 1100 101100 0 11001 1011110 10010010 11100 101

Color Harmonies of #09100C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09100C

Black with #09100C

Text Example


Text Example

White with #09100C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09100C; }

 p { color: rgb(9,16,12); }

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

background-color css

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

 a { background-color: rgb(9,16,12); }

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

border-color css

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

 span { border-color: rgb(9,16,12); }

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