#094316

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

Shades of Deep Fir #094316

Tints of Deep Fir #094316

Color information

#094316 (or 0x094316) is unknown color: approx Deep Fir. HEX triplet: 09, 43 and 16. RGB value is (9,67,22). Sum of RGB (Red+Green+Blue) = 9+67+22=98 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.18% from 98); Green value is 67 (26.56% from 255 or 68.37% from 98); Blue value is 22 (8.98% from 255 or 22.45% from 98); Max value from RGB is 67 - color contains mainly: green. Hex color #094316 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094316 is #F6BCE9. Grayscale: #2C2C2C. Windows color (decimal): -16170218 or 1458953. OLE color: 1458953.

HSL color Cylindrical-coordinate representation of color #094316: hue angle of 133.45º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #094316 is Cyan = 0.87, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.74.

Color convert

RGB96722-
CMYK0.8700.670.74
HSL133.45º76.32%14.9%-
HSV(B)133.45º86.57%26.27%-
XYZ2.264.131.44-
YUV44.53115.28102.66-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.18%
GREEN value IS 67 (26.56% from 255) = 68.37%
BLUE value IS 22 (8.98% from 255) = 22.45%
R=9.18%
G=68.37%
B=22.45%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal967220.8700.670.74133.4576.3214.9
Hex94316570434A854cf
Octal1110326127010311220511417
Binary100110000111011010101110100001110010101000010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094316; }

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

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

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

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

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

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

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

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