#093A13

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

Shades of Deep Fir #093A13

Tints of Deep Fir #093A13

Color information

#093A13 (or 0x093A13) is unknown color: approx Deep Fir. HEX triplet: 09, 3A and 13. RGB value is (9,58,19). Sum of RGB (Red+Green+Blue) = 9+58+19=86 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.47% from 86); Green value is 58 (23.05% from 255 or 67.44% from 86); Blue value is 19 (7.81% from 255 or 22.09% from 86); Max value from RGB is 58 - color contains mainly: green. Hex color #093A13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093A13 is #F6C5EC. Grayscale: #272727. Windows color (decimal): -16172525 or 1260041. OLE color: 1260041.

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

Color convert

RGB95819-
CMYK0.8400.670.77
HSL132.24º73.13%13.14%-
HSV(B)132.24º84.48%22.75%-
XYZ1.743.131.13-
YUV38.9116.77106.67-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.47%
GREEN value IS 58 (23.05% from 255) = 67.44%
BLUE value IS 19 (7.81% from 255) = 22.09%
R=10.47%
G=67.44%
B=22.09%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal958190.8400.670.77132.2473.1313.14
Hex93A13540434D8449d
Octal117223124010311520411115
Binary10011110101001110101000100001110011011000010010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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