#094E1C

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

Shades of Deep Fir #094E1C

Tints of Deep Fir #094E1C

Color information

#094E1C (or 0x094E1C) is unknown color: approx Deep Fir. HEX triplet: 09, 4E and 1C. RGB value is (9,78,28). Sum of RGB (Red+Green+Blue) = 9+78+28=115 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.83% from 115); Green value is 78 (30.86% from 255 or 67.83% from 115); Blue value is 28 (11.33% from 255 or 24.35% from 115); Max value from RGB is 78 - color contains mainly: green. Hex color #094E1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #094E1C is #F6B1E3. Grayscale: #333333. Windows color (decimal): -16167396 or 1854985. OLE color: 1854985.

HSL color Cylindrical-coordinate representation of color #094E1C: hue angle of 136.52º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094E1C is Cyan = 0.88, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.69.

Color convert

RGB97828-
CMYK0.8800.640.69
HSL136.52º79.31%17.06%-
HSV(B)136.52º88.46%30.59%-
XYZ3.055.592.02-
YUV51.67114.6497.57-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.83%
GREEN value IS 78 (30.86% from 255) = 67.83%
BLUE value IS 28 (11.33% from 255) = 24.35%
R=7.83%
G=67.83%
B=24.35%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal978280.8800.640.69136.5279.3117.06
Hex94E1C5804045894f11
Octal1111634130010010521111721
Binary1001100111011100101100001000000100010110001001100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094E1C; }

 p { color: rgb(9,78,28); }

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

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

 a { background-color: rgb(9,78,28); }

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

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

 span { border-color: rgb(9,78,28); }

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