#094C1C

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

Shades of Deep Fir #094C1C

Tints of Deep Fir #094C1C

Color information

#094C1C (or 0x094C1C) is unknown color: approx Deep Fir. HEX triplet: 09, 4C and 1C. RGB value is (9,76,28). Sum of RGB (Red+Green+Blue) = 9+76+28=113 (14% of max value = 765). Red value is 9 (3.91% from 255 or 7.96% from 113); Green value is 76 (30.08% from 255 or 67.26% from 113); Blue value is 28 (11.33% from 255 or 24.78% from 113); Max value from RGB is 76 - color contains mainly: green. Hex color #094C1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094C1C is #F6B3E3. Grayscale: #323232. Windows color (decimal): -16167908 or 1854473. OLE color: 1854473.

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

Color convert

RGB97628-
CMYK0.8800.630.70
HSL137.01º78.82%16.67%-
HSV(B)137.01º88.16%29.8%-
XYZ2.915.311.97-
YUV50.5115.398.4-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.96%
GREEN value IS 76 (30.08% from 255) = 67.26%
BLUE value IS 28 (11.33% from 255) = 24.78%
R=7.96%
G=67.26%
B=24.78%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal976280.8800.630.70137.0178.8216.67
Hex94C1C5803F46894f11
Octal111143413007710621111721
Binary100110011001110010110000111111100011010001001100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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