#094419

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

Shades of Deep Fir #094419

Tints of Deep Fir #094419

Color information

#094419 (or 0x094419) is unknown color: approx Deep Fir. HEX triplet: 09, 44 and 19. RGB value is (9,68,25). Sum of RGB (Red+Green+Blue) = 9+68+25=102 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.82% from 102); Green value is 68 (26.95% from 255 or 66.67% from 102); Blue value is 25 (10.16% from 255 or 24.51% from 102); Max value from RGB is 68 - color contains mainly: green. Hex color #094419 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094419 is #F6BBE6. Grayscale: #2D2D2D. Windows color (decimal): -16169959 or 1655817. OLE color: 1655817.

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

Color convert

RGB96825-
CMYK0.8700.630.73
HSL136.27º76.62%15.1%-
HSV(B)136.27º86.76%26.67%-
XYZ2.364.261.62-
YUV45.46116.45102-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.82%
GREEN value IS 68 (26.95% from 255) = 66.67%
BLUE value IS 25 (10.16% from 255) = 24.51%
R=8.82%
G=66.67%
B=24.51%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal968250.8700.630.73136.2776.6215.1
Hex944195703F49884df
Octal111043112707711121011517
Binary10011000100110011010111011111110010011000100010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094419; }

 p { color: rgb(9,68,25); }

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

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

 a { background-color: rgb(9,68,25); }

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

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

 span { border-color: rgb(9,68,25); }

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