#094117

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

Shades of Deep Fir #094117

Tints of Deep Fir #094117

Color information

#094117 (or 0x094117) is unknown color: approx Deep Fir. HEX triplet: 09, 41 and 17. RGB value is (9,65,23). Sum of RGB (Red+Green+Blue) = 9+65+23=97 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.28% from 97); Green value is 65 (25.78% from 255 or 67.01% from 97); Blue value is 23 (9.38% from 255 or 23.71% from 97); Max value from RGB is 65 - color contains mainly: green. Hex color #094117 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094117 is #F6BEE8. Grayscale: #2B2B2B. Windows color (decimal): -16170729 or 1523977. OLE color: 1523977.

HSL color Cylindrical-coordinate representation of color #094117: hue angle of 135º 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 #094117 is Cyan = 0.86, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.75.

Color convert

RGB96523-
CMYK0.8600.650.75
HSL135º75.68%14.51%-
HSV(B)135º86.15%25.49%-
XYZ2.163.91.45-
YUV43.47116.45103.42-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.28%
GREEN value IS 65 (25.78% from 255) = 67.01%
BLUE value IS 23 (9.38% from 255) = 23.71%
R=9.28%
G=67.01%
B=23.71%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal965230.8600.650.7513575.6814.51
Hex94117560414B874cf
Octal1110127126010111320711417
Binary100110000011011110101100100000110010111000011110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094117; }

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

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

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

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

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

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

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

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