#093919

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

Shades of Deep Fir #093919

Tints of Deep Fir #093919

Color information

#093919 (or 0x093919) is unknown color: approx Deep Fir. HEX triplet: 09, 39 and 19. RGB value is (9,57,25). Sum of RGB (Red+Green+Blue) = 9+57+25=91 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.89% from 91); Green value is 57 (22.66% from 255 or 62.64% from 91); Blue value is 25 (10.16% from 255 or 27.47% from 91); Max value from RGB is 57 - color contains mainly: green. Hex color #093919 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093919 is #F6C6E6. Grayscale: #272727. Windows color (decimal): -16172775 or 1653001. OLE color: 1653001.

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

Color convert

RGB95725-
CMYK0.8400.560.78
HSL140º72.73%12.94%-
HSV(B)140º84.21%22.35%-
XYZ1.753.051.42-
YUV39120.1106.6-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.89%
GREEN value IS 57 (22.66% from 255) = 62.64%
BLUE value IS 25 (10.16% from 255) = 27.47%
R=9.89%
G=62.64%
B=27.47%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal957250.8400.560.7814072.7312.94
Hex93919540384E8c49d
Octal11713112407011621411115
Binary1001111001110011010100011100010011101000110010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093919; }

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

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

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

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

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

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

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

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