#094116

Color #094116 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #094116

Tints of Deep Fir #094116

Color information

#094116 (or 0x094116) is unknown color: approx Deep Fir. HEX triplet: 09, 41 and 16. RGB value is (9,65,22). Sum of RGB (Red+Green+Blue) = 9+65+22=96 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.38% from 96); Green value is 65 (25.78% from 255 or 67.71% from 96); Blue value is 22 (8.98% from 255 or 22.92% from 96); Max value from RGB is 65 - color contains mainly: green. Hex color #094116 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094116 is #F6BEE9. Grayscale: #2B2B2B. Windows color (decimal): -16170730 or 1458441. OLE color: 1458441.

HSL color Cylindrical-coordinate representation of color #094116: hue angle of 133.93º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #094116 is Cyan = 0.86, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.75.

Color convert

RGB96522-
CMYK0.8600.660.75
HSL133.93º75.68%14.51%-
HSV(B)133.93º86.15%25.49%-
XYZ2.153.91.4-
YUV43.35115.95103.5-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.38%
GREEN value IS 65 (25.78% from 255) = 67.71%
BLUE value IS 22 (8.98% from 255) = 22.92%
R=9.38%
G=67.71%
B=22.92%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal965220.8600.660.75133.9375.6814.51
Hex94116560424B864cf
Octal1110126126010211320611417
Binary100110000011011010101100100001010010111000011010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094116; }

 p { color: rgb(9,65,22); }

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

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

 a { background-color: rgb(9,65,22); }

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

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

 span { border-color: rgb(9,65,22); }

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