#093810

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

Shades of Deep Fir #093810

Tints of Deep Fir #093810

Color information

#093810 (or 0x093810) is unknown color: approx Deep Fir. HEX triplet: 09, 38 and 10. RGB value is (9,56,16). Sum of RGB (Red+Green+Blue) = 9+56+16=81 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.11% from 81); Green value is 56 (22.27% from 255 or 69.14% from 81); Blue value is 16 (6.64% from 255 or 19.75% from 81); Max value from RGB is 56 - color contains mainly: green. Hex color #093810 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093810 is #F6C7EF. Grayscale: #252525. Windows color (decimal): -16173040 or 1062921. OLE color: 1062921.

HSL color Cylindrical-coordinate representation of color #093810: hue angle of 128.94º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #093810 is Cyan = 0.84, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.78.

Color convert

RGB95616-
CMYK0.8400.710.78
HSL128.94º72.31%12.75%-
HSV(B)128.94º83.93%21.96%-
XYZ1.622.920.97-
YUV37.39115.93107.75-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 11.11%
GREEN value IS 56 (22.27% from 255) = 69.14%
BLUE value IS 16 (6.64% from 255) = 19.75%
R=11.11%
G=69.14%
B=19.75%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal956160.8400.710.78128.9472.3112.75
Hex93810540474E8148d
Octal117020124010711620111015
Binary10011110001000010101000100011110011101000000110010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093810; }

 p { color: rgb(9,56,16); }

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

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

 a { background-color: rgb(9,56,16); }

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

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

 span { border-color: rgb(9,56,16); }

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