#093A16

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

Shades of Deep Fir #093A16

Tints of Deep Fir #093A16

Color information

#093A16 (or 0x093A16) is unknown color: approx Deep Fir. HEX triplet: 09, 3A and 16. RGB value is (9,58,22). Sum of RGB (Red+Green+Blue) = 9+58+22=89 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.11% from 89); Green value is 58 (23.05% from 255 or 65.17% from 89); Blue value is 22 (8.98% from 255 or 24.72% from 89); Max value from RGB is 58 - color contains mainly: green. Hex color #093A16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093A16 is #F6C5E9. Grayscale: #272727. Windows color (decimal): -16172522 or 1456649. OLE color: 1456649.

HSL color Cylindrical-coordinate representation of color #093A16: hue angle of 135.92º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #093A16 is Cyan = 0.84, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.77.

Color convert

RGB95822-
CMYK0.8400.620.77
HSL135.92º73.13%13.14%-
HSV(B)135.92º84.48%22.75%-
XYZ1.773.141.27-
YUV39.25118.27106.43-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.11%
GREEN value IS 58 (23.05% from 255) = 65.17%
BLUE value IS 22 (8.98% from 255) = 24.72%
R=10.11%
G=65.17%
B=24.72%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal958220.8400.620.77135.9273.1313.14
Hex93A165403E4D8849d
Octal11722612407611521011115
Binary1001111010101101010100011111010011011000100010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093A16; }

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

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

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

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

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

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

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

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