#093216

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

Shades of Deep Fir #093216

Tints of Deep Fir #093216

Color information

#093216 (or 0x093216) is unknown color: approx Deep Fir. HEX triplet: 09, 32 and 16. RGB value is (9,50,22). Sum of RGB (Red+Green+Blue) = 9+50+22=81 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.11% from 81); Green value is 50 (19.92% from 255 or 61.73% from 81); Blue value is 22 (8.98% from 255 or 27.16% from 81); Max value from RGB is 50 - color contains mainly: green. Hex color #093216 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093216 is #F6CDE9. Grayscale: #222222. Windows color (decimal): -16174570 or 1454601. OLE color: 1454601.

HSL color Cylindrical-coordinate representation of color #093216: hue angle of 139.02º degrees, saturation: 0.69, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #093216 is Cyan = 0.82, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.80.

Color convert

RGB95022-
CMYK0.8200.560.80
HSL139.02º69.49%11.57%-
HSV(B)139.02º82%19.61%-
XYZ1.42.41.15-
YUV34.55120.92109.78-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 11.11%
GREEN value IS 50 (19.92% from 255) = 61.73%
BLUE value IS 22 (8.98% from 255) = 27.16%
R=11.11%
G=61.73%
B=27.16%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal950220.8200.560.80139.0269.4911.57
Hex9321652038508b45c
Octal11622612207012021310514
Binary1001110010101101010010011100010100001000101110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093216; }

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

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

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

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

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

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

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

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