#094813

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

Shades of Deep Fir #094813

Tints of Deep Fir #094813

Color information

#094813 (or 0x094813) is unknown color: approx Deep Fir. HEX triplet: 09, 48 and 13. RGB value is (9,72,19). Sum of RGB (Red+Green+Blue) = 9+72+19=100 (13% of max value = 765). Red value is 9 (3.91% from 255 or 9% from 100); Green value is 72 (28.52% from 255 or 72% from 100); Blue value is 19 (7.81% from 255 or 19% from 100); Max value from RGB is 72 - color contains mainly: green. Hex color #094813 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094813 is #F6B7EC. Grayscale: #2F2F2F. Windows color (decimal): -16168941 or 1263625. OLE color: 1263625.

HSL color Cylindrical-coordinate representation of color #094813: hue angle of 129.52º 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 #094813 is Cyan = 0.88, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.72.

Color convert

RGB97219-
CMYK0.8800.740.72
HSL129.52º77.78%15.88%-
HSV(B)129.52º87.5%28.24%-
XYZ2.554.741.4-
YUV47.12112.13100.81-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9%
GREEN value IS 72 (28.52% from 255) = 72%
BLUE value IS 19 (7.81% from 255) = 19%
R=9%
G=72%
B=19%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal972190.8800.740.72129.5277.7815.88
Hex948135804A48824e10
Octal1111023130011211020211620
Binary1001100100010011101100001001010100100010000010100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094813; }

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

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

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

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

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

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

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

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