#091210

Color #091210 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #091210

Tints of Dark Green #091210

Color information

#091210 (or 0x091210) is unknown color: approx Dark Green. HEX triplet: 09, 12 and 10. RGB value is (9,18,16). Sum of RGB (Red+Green+Blue) = 9+18+16=43 (5% of max value = 765). Red value is 9 (3.91% from 255 or 20.93% from 43); Green value is 18 (7.42% from 255 or 41.86% from 43); Blue value is 16 (6.64% from 255 or 37.21% from 43); Max value from RGB is 18 - color contains mainly: green. Hex color #091210 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091210 is #F6EDEF. Grayscale: #0F0F0F. Windows color (decimal): -16182768 or 1053193. OLE color: 1053193.

HSL color Cylindrical-coordinate representation of color #091210: hue angle of 166.67º degrees, saturation: 0.33, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #091210 is Cyan = 0.5, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.93.

Color convert

RGB91816-
CMYK0.500.110.93
HSL166.67º33.33%5.29%-
HSV(B)166.67º50%7.06%-
XYZ0.420.530.57-
YUV15.08128.52123.66-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 20.93%
GREEN value IS 18 (7.42% from 255) = 41.86%
BLUE value IS 16 (6.64% from 255) = 37.21%
R=20.93%
G=41.86%
B=37.21%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal918160.500.110.93166.6733.335.29
Hex91210320B5Da7215
Octal11222062013135247415
Binary1001100101000011001001011101110110100111100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091210; }

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

 H1.HeaderClassName
 {
   color: #091210;
 }
 .AnyTagClassName
 {
   color: #091210;
 }
</style>
background-color css

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

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

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

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

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

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