#094915

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

Shades of Deep Fir #094915

Tints of Deep Fir #094915

Color information

#094915 (or 0x094915) is unknown color: approx Deep Fir. HEX triplet: 09, 49 and 15. RGB value is (9,73,21). Sum of RGB (Red+Green+Blue) = 9+73+21=103 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.74% from 103); Green value is 73 (28.91% from 255 or 70.87% from 103); Blue value is 21 (8.59% from 255 or 20.39% from 103); Max value from RGB is 73 - color contains mainly: green. Hex color #094915 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094915 is #F6B6EA. Grayscale: #303030. Windows color (decimal): -16168683 or 1394953. OLE color: 1394953.

HSL color Cylindrical-coordinate representation of color #094915: hue angle of 131.25º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094915 is Cyan = 0.88, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.71.

Color convert

RGB97321-
CMYK0.8800.710.71
HSL131.25º78.05%16.08%-
HSV(B)131.25º87.67%28.63%-
XYZ2.634.881.51-
YUV47.94112.8100.23-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.74%
GREEN value IS 73 (28.91% from 255) = 70.87%
BLUE value IS 21 (8.59% from 255) = 20.39%
R=8.74%
G=70.87%
B=20.39%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal973210.8800.710.71131.2578.0516.08
Hex949155804747834e10
Octal1111125130010710720311620
Binary1001100100110101101100001000111100011110000011100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094915; }

 p { color: rgb(9,73,21); }

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

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

 a { background-color: rgb(9,73,21); }

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

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

 span { border-color: rgb(9,73,21); }

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