#094713

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

Shades of Deep Fir #094713

Tints of Deep Fir #094713

Color information

#094713 (or 0x094713) is unknown color: approx Deep Fir. HEX triplet: 09, 47 and 13. RGB value is (9,71,19). Sum of RGB (Red+Green+Blue) = 9+71+19=99 (13% of max value = 765). Red value is 9 (3.91% from 255 or 9.09% from 99); Green value is 71 (28.12% from 255 or 71.72% from 99); Blue value is 19 (7.81% from 255 or 19.19% from 99); Max value from RGB is 71 - color contains mainly: green. Hex color #094713 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094713 is #F6B8EC. Grayscale: #2E2E2E. Windows color (decimal): -16169197 or 1263369. OLE color: 1263369.

HSL color Cylindrical-coordinate representation of color #094713: hue angle of 129.68º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #094713 is Cyan = 0.87, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.72.

Color convert

RGB97119-
CMYK0.8700.730.72
HSL129.68º77.5%15.69%-
HSV(B)129.68º87.32%27.84%-
XYZ2.484.611.38-
YUV46.53112.46101.23-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.09%
GREEN value IS 71 (28.12% from 255) = 71.72%
BLUE value IS 19 (7.81% from 255) = 19.19%
R=9.09%
G=71.72%
B=19.19%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal971190.8700.730.72129.6877.515.69
Hex947135704948824e10
Octal1110723127011111020211620
Binary1001100011110011101011101001001100100010000010100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094713; }

 p { color: rgb(9,71,19); }

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

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

 a { background-color: rgb(9,71,19); }

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

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

 span { border-color: rgb(9,71,19); }

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