#094C1D

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

Shades of Deep Fir #094C1D

Tints of Deep Fir #094C1D

Color information

#094C1D (or 0x094C1D) is unknown color: approx Deep Fir. HEX triplet: 09, 4C and 1D. RGB value is (9,76,29). Sum of RGB (Red+Green+Blue) = 9+76+29=114 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.89% from 114); Green value is 76 (30.08% from 255 or 66.67% from 114); Blue value is 29 (11.72% from 255 or 25.44% from 114); Max value from RGB is 76 - color contains mainly: green. Hex color #094C1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094C1D is #F6B3E2. Grayscale: #323232. Windows color (decimal): -16167907 or 1920009. OLE color: 1920009.

HSL color Cylindrical-coordinate representation of color #094C1D: hue angle of 137.91º 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 #094C1D is Cyan = 0.88, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.70.

Color convert

RGB97629-
CMYK0.8800.620.70
HSL137.91º78.82%16.67%-
HSV(B)137.91º88.16%29.8%-
XYZ2.925.322.03-
YUV50.61115.898.32-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.89%
GREEN value IS 76 (30.08% from 255) = 66.67%
BLUE value IS 29 (11.72% from 255) = 25.44%
R=7.89%
G=66.67%
B=25.44%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal976290.8800.620.70137.9178.8216.67
Hex94C1D5803E468a4f11
Octal111143513007610621211721
Binary100110011001110110110000111110100011010001010100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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