#093914

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

Shades of Deep Fir #093914

Tints of Deep Fir #093914

Color information

#093914 (or 0x093914) is unknown color: approx Deep Fir. HEX triplet: 09, 39 and 14. RGB value is (9,57,20). Sum of RGB (Red+Green+Blue) = 9+57+20=86 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.47% from 86); Green value is 57 (22.66% from 255 or 66.28% from 86); Blue value is 20 (8.20% from 255 or 23.26% from 86); Max value from RGB is 57 - color contains mainly: green. Hex color #093914 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093914 is #F6C6EB. Grayscale: #262626. Windows color (decimal): -16172780 or 1325321. OLE color: 1325321.

HSL color Cylindrical-coordinate representation of color #093914: hue angle of 133.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 #093914 is Cyan = 0.84, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.78.

Color convert

RGB95720-
CMYK0.8400.650.78
HSL133.75º72.73%12.94%-
HSV(B)133.75º84.21%22.35%-
XYZ1.73.031.16-
YUV38.43117.6107.01-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.47%
GREEN value IS 57 (22.66% from 255) = 66.28%
BLUE value IS 20 (8.20% from 255) = 23.26%
R=10.47%
G=66.28%
B=23.26%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal957200.8400.650.78133.7572.7312.94
Hex93914540414E8649d
Octal117124124010111620611115
Binary10011110011010010101000100000110011101000011010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093914; }

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

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

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

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

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

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

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

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