#093016

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

Shades of Deep Fir #093016

Tints of Deep Fir #093016

Color information

#093016 (or 0x093016) is unknown color: approx Deep Fir. HEX triplet: 09, 30 and 16. RGB value is (9,48,22). Sum of RGB (Red+Green+Blue) = 9+48+22=79 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.39% from 79); Green value is 48 (19.14% from 255 or 60.76% from 79); Blue value is 22 (8.98% from 255 or 27.85% from 79); Max value from RGB is 48 - color contains mainly: green. Hex color #093016 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093016 is #F6CFE9. Grayscale: #212121. Windows color (decimal): -16175082 or 1454089. OLE color: 1454089.

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

Color convert

RGB94822-
CMYK0.8100.540.81
HSL140º68.42%11.18%-
HSV(B)140º81.25%18.82%-
XYZ1.312.231.12-
YUV33.38121.58110.61-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 11.39%
GREEN value IS 48 (19.14% from 255) = 60.76%
BLUE value IS 22 (8.98% from 255) = 27.85%
R=11.39%
G=60.76%
B=27.85%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal948220.8100.540.8114068.4211.18
Hex9301651036518c44b
Octal11602612106612121410413
Binary1001110000101101010001011011010100011000110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093016; }

 p { color: rgb(9,48,22); }

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

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

 a { background-color: rgb(9,48,22); }

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

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

 span { border-color: rgb(9,48,22); }

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