#093D19

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

Shades of Deep Fir #093D19

Tints of Deep Fir #093D19

Color information

#093D19 (or 0x093D19) is unknown color: approx Deep Fir. HEX triplet: 09, 3D and 19. RGB value is (9,61,25). Sum of RGB (Red+Green+Blue) = 9+61+25=95 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.47% from 95); Green value is 61 (24.22% from 255 or 64.21% from 95); Blue value is 25 (10.16% from 255 or 26.32% from 95); Max value from RGB is 61 - color contains mainly: green. Hex color #093D19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093D19 is #F6C2E6. Grayscale: #292929. Windows color (decimal): -16171751 or 1654025. OLE color: 1654025.

HSL color Cylindrical-coordinate representation of color #093D19: hue angle of 138.46º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #093D19 is Cyan = 0.85, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.76.

Color convert

RGB96125-
CMYK0.8500.590.76
HSL138.46º74.29%13.73%-
HSV(B)138.46º85.25%23.92%-
XYZ1.963.471.49-
YUV41.35118.77104.93-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.47%
GREEN value IS 61 (24.22% from 255) = 64.21%
BLUE value IS 25 (10.16% from 255) = 26.32%
R=9.47%
G=64.21%
B=26.32%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal961250.8500.590.76138.4674.2913.73
Hex93D195503B4C8a4ae
Octal11753112507311421211216
Binary1001111101110011010101011101110011001000101010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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