#094B1A

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

Shades of Deep Fir #094B1A

Tints of Deep Fir #094B1A

Color information

#094B1A (or 0x094B1A) is unknown color: approx Deep Fir. HEX triplet: 09, 4B and 1A. RGB value is (9,75,26). Sum of RGB (Red+Green+Blue) = 9+75+26=110 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.18% from 110); Green value is 75 (29.69% from 255 or 68.18% from 110); Blue value is 26 (10.55% from 255 or 23.64% from 110); Max value from RGB is 75 - color contains mainly: green. Hex color #094B1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094B1A is #F6B4E5. Grayscale: #313131. Windows color (decimal): -16168166 or 1723145. OLE color: 1723145.

HSL color Cylindrical-coordinate representation of color #094B1A: hue angle of 135.45º degrees, saturation: 0.79, 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 #094B1A is Cyan = 0.88, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.71.

Color convert

RGB97526-
CMYK0.8800.650.71
HSL135.45º78.57%16.47%-
HSV(B)135.45º88%29.41%-
XYZ2.825.161.83-
YUV49.68114.6398.98-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.18%
GREEN value IS 75 (29.69% from 255) = 68.18%
BLUE value IS 26 (10.55% from 255) = 23.64%
R=8.18%
G=68.18%
B=23.64%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal975260.8800.650.71135.4578.5716.47
Hex94B1A5804147874f10
Octal1111332130010110720711720
Binary1001100101111010101100001000001100011110000111100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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