#093910

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

Shades of Deep Fir #093910

Tints of Deep Fir #093910

Color information

#093910 (or 0x093910) is unknown color: approx Deep Fir. HEX triplet: 09, 39 and 10. RGB value is (9,57,16). Sum of RGB (Red+Green+Blue) = 9+57+16=82 (10% of max value = 765). Red value is 9 (3.91% from 255 or 10.98% from 82); Green value is 57 (22.66% from 255 or 69.51% from 82); Blue value is 16 (6.64% from 255 or 19.51% from 82); Max value from RGB is 57 - color contains mainly: green. Hex color #093910 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093910 is #F6C6EF. Grayscale: #262626. Windows color (decimal): -16172784 or 1063177. OLE color: 1063177.

HSL color Cylindrical-coordinate representation of color #093910: hue angle of 128.75º degrees, saturation: 0.73, 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 #093910 is Cyan = 0.84, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.78.

Color convert

RGB95716-
CMYK0.8400.720.78
HSL128.75º72.73%12.94%-
HSV(B)128.75º84.21%22.35%-
XYZ1.673.020.99-
YUV37.97115.6107.33-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.98%
GREEN value IS 57 (22.66% from 255) = 69.51%
BLUE value IS 16 (6.64% from 255) = 19.51%
R=10.98%
G=69.51%
B=19.51%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal957160.8400.720.78128.7572.7312.94
Hex93910540484E8149d
Octal117120124011011620111115
Binary10011110011000010101000100100010011101000000110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093910; }

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

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

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

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

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

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

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

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