#094D1D

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

Shades of Deep Fir #094D1D

Tints of Deep Fir #094D1D

Color information

#094D1D (or 0x094D1D) is unknown color: approx Deep Fir. HEX triplet: 09, 4D and 1D. RGB value is (9,77,29). Sum of RGB (Red+Green+Blue) = 9+77+29=115 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.83% from 115); Green value is 77 (30.47% from 255 or 66.96% from 115); Blue value is 29 (11.72% from 255 or 25.22% from 115); Max value from RGB is 77 - color contains mainly: green. Hex color #094D1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #094D1D is #F6B2E2. Grayscale: #333333. Windows color (decimal): -16167651 or 1920265. OLE color: 1920265.

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

Color convert

RGB97729-
CMYK0.8800.620.70
HSL137.65º79.07%16.86%-
HSV(B)137.65º88.31%30.2%-
XYZ2.995.452.06-
YUV51.2115.4797.9-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.83%
GREEN value IS 77 (30.47% from 255) = 66.96%
BLUE value IS 29 (11.72% from 255) = 25.22%
R=7.83%
G=66.96%
B=25.22%

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
Decimal977290.8800.620.70137.6579.0716.86
Hex94D1D5803E468a4f11
Octal111153513007610621211721
Binary100110011011110110110000111110100011010001010100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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