Html Css Color HEX #09100E Dark Green

📋 copy color: '#09100E'

red 9 ◦ green 16 ◦ blue 14

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

Shades of Dark Green #09100E

Tints of Dark Green #09100E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 35.9%

R = 23.08%
G = 41.03%
B = 35.9%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.13

 K value IS 0.94

RGB Variations

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

Color information

#09100E (or 0x09100E) is known color: Dark Green. HEX triplet: 09, 10 and 0E. RGB value is (9,16,14). Sum of RGB (Red+Green+Blue) = 9+16+14=39 (5% of max value = 765). Red value is 9 (3.91% from 255 or 23.08% from 39); Green value is 16 (6.64% from 255 or 41.03% from 39); Blue value is 14 (5.86% from 255 or 35.90% from 39); Max value from RGB is 16 - color contains mainly: green. Hex color #09100E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09100E is #F6EFF1. Grayscale: #0D0D0D. Windows color (decimal): -16183282 or 921609. OLE color: 921609.

HSL color Cylindrical-coordinate representation of color #09100E: hue angle of 162.86º 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 #09100E is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.94.

Color convert

RGB 9 16 14 -
CMYK 0.44 0 0.13 0.94
HSL 162.86º 0.28% 0.05% -
HSV(B) 162.86º 0.44% 0.06% -
XYZ 0.38 0.46 0.48 -
YUV 13.68 128.18 124.66 -
System Red Green Blue C M Y K H S L
Decimal 9 16 14 0.44 0 0.13 0.94 162.86 0.28 0.05
Hex 9 10 E 2C 0 D 5E A3 1C 5
Octal 11 20 16 54 0 15 136 243 34 5
Binary 1001 10000 1110 101100 0 1101 1011110 10100011 11100 101

Color Harmonies of #09100E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09100E

Black with #09100E

Text Example


Text Example

White with #09100E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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