#093B13

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

Shades of Deep Fir #093B13

Tints of Deep Fir #093B13

Color information

#093B13 (or 0x093B13) is unknown color: approx Deep Fir. HEX triplet: 09, 3B and 13. RGB value is (9,59,19). Sum of RGB (Red+Green+Blue) = 9+59+19=87 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.34% from 87); Green value is 59 (23.44% from 255 or 67.82% from 87); Blue value is 19 (7.81% from 255 or 21.84% from 87); Max value from RGB is 59 - color contains mainly: green. Hex color #093B13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093B13 is #F6C4EC. Grayscale: #272727. Windows color (decimal): -16172269 or 1260297. OLE color: 1260297.

HSL color Cylindrical-coordinate representation of color #093B13: hue angle of 132º 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 #093B13 is Cyan = 0.85, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.77.

Color convert

RGB95919-
CMYK0.8500.680.77
HSL132º73.53%13.33%-
HSV(B)132º84.75%23.14%-
XYZ1.793.231.15-
YUV39.49116.44106.25-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.34%
GREEN value IS 59 (23.44% from 255) = 67.82%
BLUE value IS 19 (7.81% from 255) = 21.84%
R=10.34%
G=67.82%
B=21.84%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal959190.8500.680.7713273.5313.33
Hex93B13550444D844ad
Octal117323125010411520411215
Binary10011110111001110101010100010010011011000010010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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