#094112

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

Shades of Deep Fir #094112

Tints of Deep Fir #094112

Color information

#094112 (or 0x094112) is unknown color: approx Deep Fir. HEX triplet: 09, 41 and 12. RGB value is (9,65,18). Sum of RGB (Red+Green+Blue) = 9+65+18=92 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.78% from 92); Green value is 65 (25.78% from 255 or 70.65% from 92); Blue value is 18 (7.42% from 255 or 19.57% from 92); Max value from RGB is 65 - color contains mainly: green. Hex color #094112 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094112 is #F6BEED. Grayscale: #2B2B2B. Windows color (decimal): -16170734 or 1196297. OLE color: 1196297.

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

Color convert

RGB96518-
CMYK0.8600.720.75
HSL129.64º75.68%14.51%-
HSV(B)129.64º86.15%25.49%-
XYZ2.113.881.21-
YUV42.9113.95103.82-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.78%
GREEN value IS 65 (25.78% from 255) = 70.65%
BLUE value IS 18 (7.42% from 255) = 19.57%
R=9.78%
G=70.65%
B=19.57%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal965180.8600.720.75129.6475.6814.51
Hex94112560484B824cf
Octal1110122126011011320211417
Binary100110000011001010101100100100010010111000001010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094112; }

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

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

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

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

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

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

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

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