#094A1C

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

Shades of Deep Fir #094A1C

Tints of Deep Fir #094A1C

Color information

#094A1C (or 0x094A1C) is unknown color: approx Deep Fir. HEX triplet: 09, 4A and 1C. RGB value is (9,74,28). Sum of RGB (Red+Green+Blue) = 9+74+28=111 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.11% from 111); Green value is 74 (29.30% from 255 or 66.67% from 111); Blue value is 28 (11.33% from 255 or 25.23% from 111); Max value from RGB is 74 - color contains mainly: green. Hex color #094A1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094A1C is #F6B5E3. Grayscale: #313131. Windows color (decimal): -16168420 or 1853961. OLE color: 1853961.

HSL color Cylindrical-coordinate representation of color #094A1C: hue angle of 137.54º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094A1C is Cyan = 0.88, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.71.

Color convert

RGB97428-
CMYK0.8800.620.71
HSL137.54º78.31%16.27%-
HSV(B)137.54º87.84%29.02%-
XYZ2.775.041.93-
YUV49.32115.9799.24-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.11%
GREEN value IS 74 (29.30% from 255) = 66.67%
BLUE value IS 28 (11.33% from 255) = 25.23%
R=8.11%
G=66.67%
B=25.23%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal974280.8800.620.71137.5478.3116.27
Hex94A1C5803E478a4e10
Octal111123413007610721211620
Binary100110010101110010110000111110100011110001010100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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