#094718

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

Shades of Deep Fir #094718

Tints of Deep Fir #094718

Color information

#094718 (or 0x094718) is unknown color: approx Deep Fir. HEX triplet: 09, 47 and 18. RGB value is (9,71,24). Sum of RGB (Red+Green+Blue) = 9+71+24=104 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.65% from 104); Green value is 71 (28.12% from 255 or 68.27% from 104); Blue value is 24 (9.77% from 255 or 23.08% from 104); Max value from RGB is 71 - color contains mainly: green. Hex color #094718 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094718 is #F6B8E7. Grayscale: #2F2F2F. Windows color (decimal): -16169192 or 1591049. OLE color: 1591049.

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

Color convert

RGB97124-
CMYK0.8700.660.72
HSL134.52º77.5%15.69%-
HSV(B)134.52º87.32%27.84%-
XYZ2.534.631.62-
YUV47.1114.96100.82-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.65%
GREEN value IS 71 (28.12% from 255) = 68.27%
BLUE value IS 24 (9.77% from 255) = 23.08%
R=8.65%
G=68.27%
B=23.08%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal971240.8700.660.72134.5277.515.69
Hex947185704248874e10
Octal1110730127010211020711620
Binary1001100011111000101011101000010100100010000111100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094718; }

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

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

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

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

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

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

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

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