#094B14

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

Shades of Deep Fir #094B14

Tints of Deep Fir #094B14

Color information

#094B14 (or 0x094B14) is unknown color: approx Deep Fir. HEX triplet: 09, 4B and 14. RGB value is (9,75,20). Sum of RGB (Red+Green+Blue) = 9+75+20=104 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.65% from 104); Green value is 75 (29.69% from 255 or 72.12% from 104); Blue value is 20 (8.20% from 255 or 19.23% from 104); Max value from RGB is 75 - color contains mainly: green. Hex color #094B14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094B14 is #F6B4EB. Grayscale: #313131. Windows color (decimal): -16168172 or 1329929. OLE color: 1329929.

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

Color convert

RGB97520-
CMYK0.8800.730.71
HSL130º78.57%16.47%-
HSV(B)130º88%29.41%-
XYZ2.765.141.51-
YUV49111.6399.47-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.65%
GREEN value IS 75 (29.69% from 255) = 72.12%
BLUE value IS 20 (8.20% from 255) = 19.23%
R=8.65%
G=72.12%
B=19.23%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal975200.8800.730.7113078.5716.47
Hex94B145804947824f10
Octal1111324130011110720211720
Binary1001100101110100101100001001001100011110000010100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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