#093A1A

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

Shades of Deep Fir #093A1A

Tints of Deep Fir #093A1A

Color information

#093A1A (or 0x093A1A) is unknown color: approx Deep Fir. HEX triplet: 09, 3A and 1A. RGB value is (9,58,26). Sum of RGB (Red+Green+Blue) = 9+58+26=93 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.68% from 93); Green value is 58 (23.05% from 255 or 62.37% from 93); Blue value is 26 (10.55% from 255 or 27.96% from 93); Max value from RGB is 58 - color contains mainly: green. Hex color #093A1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093A1A is #F6C5E5. Grayscale: #272727. Windows color (decimal): -16172518 or 1718793. OLE color: 1718793.

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

Color convert

RGB95826-
CMYK0.8400.550.77
HSL140.82º73.13%13.14%-
HSV(B)140.82º84.48%22.75%-
XYZ1.813.161.49-
YUV39.7120.27106.1-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.68%
GREEN value IS 58 (23.05% from 255) = 62.37%
BLUE value IS 26 (10.55% from 255) = 27.96%
R=9.68%
G=62.37%
B=27.96%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal958260.8400.550.77140.8273.1313.14
Hex93A1A540374D8d49d
Octal11723212406711521511115
Binary1001111010110101010100011011110011011000110110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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