#094F1A

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

Shades of Deep Fir #094F1A

Tints of Deep Fir #094F1A

Color information

#094F1A (or 0x094F1A) is unknown color: approx Deep Fir. HEX triplet: 09, 4F and 1A. RGB value is (9,79,26). Sum of RGB (Red+Green+Blue) = 9+79+26=114 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.89% from 114); Green value is 79 (31.25% from 255 or 69.30% from 114); Blue value is 26 (10.55% from 255 or 22.81% from 114); Max value from RGB is 79 - color contains mainly: green. Hex color #094F1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #094F1A is #F6B0E5. Grayscale: #343434. Windows color (decimal): -16167142 or 1724169. OLE color: 1724169.

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

Color convert

RGB97926-
CMYK0.8900.670.69
HSL134.57º79.55%17.25%-
HSV(B)134.57º88.61%30.98%-
XYZ3.15.721.92-
YUV52.03113.3197.31-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.89%
GREEN value IS 79 (31.25% from 255) = 69.30%
BLUE value IS 26 (10.55% from 255) = 22.81%
R=7.89%
G=69.30%
B=22.81%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal979260.8900.670.69134.5779.5517.25
Hex94F1A5904345875011
Octal1111732131010310520712021
Binary1001100111111010101100101000011100010110000111101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,79,26); }

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

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

 a { background-color: rgb(9,79,26); }

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

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

 span { border-color: rgb(9,79,26); }

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