#094817

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

Shades of Deep Fir #094817

Tints of Deep Fir #094817

Color information

#094817 (or 0x094817) is unknown color: approx Deep Fir. HEX triplet: 09, 48 and 17. RGB value is (9,72,23). Sum of RGB (Red+Green+Blue) = 9+72+23=104 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.65% from 104); Green value is 72 (28.52% from 255 or 69.23% from 104); Blue value is 23 (9.38% from 255 or 22.12% from 104); Max value from RGB is 72 - color contains mainly: green. Hex color #094817 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094817 is #F6B7E8. Grayscale: #2F2F2F. Windows color (decimal): -16168937 or 1525769. OLE color: 1525769.

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

Color convert

RGB97223-
CMYK0.8800.680.72
HSL133.33º77.78%15.88%-
HSV(B)133.33º87.5%28.24%-
XYZ2.584.751.59-
YUV47.58114.13100.48-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.65%
GREEN value IS 72 (28.52% from 255) = 69.23%
BLUE value IS 23 (9.38% from 255) = 22.12%
R=8.65%
G=69.23%
B=22.12%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal972230.8800.680.72133.3377.7815.88
Hex948175804448854e10
Octal1111027130010411020511620
Binary1001100100010111101100001000100100100010000101100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094817; }

 p { color: rgb(9,72,23); }

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

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

 a { background-color: rgb(9,72,23); }

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

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

 span { border-color: rgb(9,72,23); }

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