#091410

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

Shades of Dark Green #091410

Tints of Dark Green #091410

Color information

#091410 (or 0x091410) is unknown color: approx Dark Green. HEX triplet: 09, 14 and 10. RGB value is (9,20,16). Sum of RGB (Red+Green+Blue) = 9+20+16=45 (5% of max value = 765). Red value is 9 (3.91% from 255 or 20% from 45); Green value is 20 (8.20% from 255 or 44.44% from 45); Blue value is 16 (6.64% from 255 or 35.56% from 45); Max value from RGB is 20 - color contains mainly: green. Hex color #091410 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091410 is #F6EBEF. Grayscale: #101010. Windows color (decimal): -16182256 or 1053705. OLE color: 1053705.

HSL color Cylindrical-coordinate representation of color #091410: hue angle of 158.18º degrees, saturation: 0.38, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #091410 is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.92.

Color convert

RGB92016-
CMYK0.5500.200.92
HSL158.18º37.93%5.69%-
HSV(B)158.18º55%7.84%-
XYZ0.460.60.58-
YUV16.26127.86122.83-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 20%
GREEN value IS 20 (8.20% from 255) = 44.44%
BLUE value IS 16 (6.64% from 255) = 35.56%
R=20%
G=44.44%
B=35.56%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal920160.5500.200.92158.1837.935.69
Hex91410370145C9e266
Octal11242067024134236466
Binary10011010010000110111010100101110010011110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091410; }

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

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

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

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

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

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

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

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