#093114

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

Shades of Deep Fir #093114

Tints of Deep Fir #093114

Color information

#093114 (or 0x093114) is unknown color: approx Deep Fir. HEX triplet: 09, 31 and 14. RGB value is (9,49,20). Sum of RGB (Red+Green+Blue) = 9+49+20=78 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.54% from 78); Green value is 49 (19.53% from 255 or 62.82% from 78); Blue value is 20 (8.20% from 255 or 25.64% from 78); Max value from RGB is 49 - color contains mainly: green. Hex color #093114 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093114 is #F6CEEB. Grayscale: #212121. Windows color (decimal): -16174828 or 1323273. OLE color: 1323273.

HSL color Cylindrical-coordinate representation of color #093114: hue angle of 136.5º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #093114 is Cyan = 0.82, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.81.

Color convert

RGB94920-
CMYK0.8200.590.81
HSL136.5º68.97%11.37%-
HSV(B)136.5º81.63%19.22%-
XYZ1.342.311.04-
YUV33.73120.25110.36-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 11.54%
GREEN value IS 49 (19.53% from 255) = 62.82%
BLUE value IS 20 (8.20% from 255) = 25.64%
R=11.54%
G=62.82%
B=25.64%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal949200.8200.590.81136.568.9711.37
Hex931145203B518845b
Octal11612412207312121010513
Binary1001110001101001010010011101110100011000100010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093114; }

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

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

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

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

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

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

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

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