#094218

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

Shades of Deep Fir #094218

Tints of Deep Fir #094218

Color information

#094218 (or 0x094218) is unknown color: approx Deep Fir. HEX triplet: 09, 42 and 18. RGB value is (9,66,24). Sum of RGB (Red+Green+Blue) = 9+66+24=99 (13% of max value = 765). Red value is 9 (3.91% from 255 or 9.09% from 99); Green value is 66 (26.17% from 255 or 66.67% from 99); Blue value is 24 (9.77% from 255 or 24.24% from 99); Max value from RGB is 66 - color contains mainly: green. Hex color #094218 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094218 is #F6BDE7. Grayscale: #2C2C2C. Windows color (decimal): -16170472 or 1589769. OLE color: 1589769.

HSL color Cylindrical-coordinate representation of color #094218: hue angle of 135.79º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #094218 is Cyan = 0.86, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.74.

Color convert

RGB96624-
CMYK0.8600.640.74
HSL135.79º76%14.71%-
HSV(B)135.79º86.36%25.88%-
XYZ2.234.021.52-
YUV44.17116.62102.92-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.09%
GREEN value IS 66 (26.17% from 255) = 66.67%
BLUE value IS 24 (9.77% from 255) = 24.24%
R=9.09%
G=66.67%
B=24.24%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal966240.8600.640.74135.797614.71
Hex94218560404A884cf
Octal1110230126010011221011417
Binary100110000101100010101100100000010010101000100010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094218; }

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

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

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

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

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

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

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

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