#094815

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

Shades of Deep Fir #094815

Tints of Deep Fir #094815

Color information

#094815 (or 0x094815) is unknown color: approx Deep Fir. HEX triplet: 09, 48 and 15. RGB value is (9,72,21). Sum of RGB (Red+Green+Blue) = 9+72+21=102 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.82% from 102); Green value is 72 (28.52% from 255 or 70.59% from 102); Blue value is 21 (8.59% from 255 or 20.59% from 102); Max value from RGB is 72 - color contains mainly: green. Hex color #094815 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094815 is #F6B7EA. Grayscale: #2F2F2F. Windows color (decimal): -16168939 or 1394697. OLE color: 1394697.

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

Color convert

RGB97221-
CMYK0.8800.710.72
HSL131.43º77.78%15.88%-
HSV(B)131.43º87.5%28.24%-
XYZ2.574.751.49-
YUV47.35113.13100.65-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.82%
GREEN value IS 72 (28.52% from 255) = 70.59%
BLUE value IS 21 (8.59% from 255) = 20.59%
R=8.82%
G=70.59%
B=20.59%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal972210.8800.710.72131.4377.7815.88
Hex948155804748834e10
Octal1111025130010711020311620
Binary1001100100010101101100001000111100100010000011100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094815; }

 p { color: rgb(9,72,21); }

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

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

 a { background-color: rgb(9,72,21); }

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

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

 span { border-color: rgb(9,72,21); }

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