#094418

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

Shades of Deep Fir #094418

Tints of Deep Fir #094418

Color information

#094418 (or 0x094418) is unknown color: approx Deep Fir. HEX triplet: 09, 44 and 18. RGB value is (9,68,24). Sum of RGB (Red+Green+Blue) = 9+68+24=101 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.91% from 101); Green value is 68 (26.95% from 255 or 67.33% from 101); Blue value is 24 (9.77% from 255 or 23.76% from 101); Max value from RGB is 68 - color contains mainly: green. Hex color #094418 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094418 is #F6BBE7. Grayscale: #2D2D2D. Windows color (decimal): -16169960 or 1590281. OLE color: 1590281.

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

Color convert

RGB96824-
CMYK0.8700.650.73
HSL135.25º76.62%15.1%-
HSV(B)135.25º86.76%26.67%-
XYZ2.344.261.56-
YUV45.34115.95102.08-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.91%
GREEN value IS 68 (26.95% from 255) = 67.33%
BLUE value IS 24 (9.77% from 255) = 23.76%
R=8.91%
G=67.33%
B=23.76%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal968240.8700.650.73135.2576.6215.1
Hex944185704149874df
Octal1110430127010111120711517
Binary100110001001100010101110100000110010011000011110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094418; }

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

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

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

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

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

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

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

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