#093B15

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

Shades of Deep Fir #093B15

Tints of Deep Fir #093B15

Color information

#093B15 (or 0x093B15) is unknown color: approx Deep Fir. HEX triplet: 09, 3B and 15. RGB value is (9,59,21). Sum of RGB (Red+Green+Blue) = 9+59+21=89 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.11% from 89); Green value is 59 (23.44% from 255 or 66.29% from 89); Blue value is 21 (8.59% from 255 or 23.60% from 89); Max value from RGB is 59 - color contains mainly: green. Hex color #093B15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093B15 is #F6C4EA. Grayscale: #272727. Windows color (decimal): -16172267 or 1391369. OLE color: 1391369.

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

Color convert

RGB95921-
CMYK0.8500.640.77
HSL134.4º73.53%13.33%-
HSV(B)134.4º84.75%23.14%-
XYZ1.813.241.24-
YUV39.72117.44106.09-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.11%
GREEN value IS 59 (23.44% from 255) = 66.29%
BLUE value IS 21 (8.59% from 255) = 23.60%
R=10.11%
G=66.29%
B=23.60%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal959210.8500.640.77134.473.5313.33
Hex93B15550404D864ad
Octal117325125010011520611215
Binary10011110111010110101010100000010011011000011010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,59,21); }

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

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

 a { background-color: rgb(9,59,21); }

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

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

 span { border-color: rgb(9,59,21); }

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