Html Css Color HEX #094814 Deep Fir

📋 copy color: '#094814'

red 9 ◦ green 72 ◦ blue 20

#094814
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #094814

Tints of Deep Fir #094814

RGB

 RED value IS 9 (3.91% from 255) = 8.91%

 GREEN value IS 72 (28.52% from 255) = 71.29%

 BLUE value IS 20 (8.2% from 255) = 19.8%

R = 8.91%
G = 71.29%
B = 19.8%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#094814 (or 0x094814) is known color: Deep Fir. HEX triplet: 09, 48 and 14. RGB value is (9,72,20). Sum of RGB (Red+Green+Blue) = 9+72+20=101 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.91% from 101); Green value is 72 (28.52% from 255 or 71.29% from 101); Blue value is 20 (8.20% from 255 or 19.80% from 101); Max value from RGB is 72 - color contains mainly: green. Hex color #094814 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094814 is #F6B7EB. Grayscale: #2F2F2F. Windows color (decimal): -16168940 or 1329161. OLE color: 1329161.

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

Color convert

RGB 9 72 20 -
CMYK 0.88 0 0.72 0.72
HSL 130.48º 0.78% 0.16% -
HSV(B) 130.48º 0.88% 0.28% -
XYZ 2.56 4.74 1.44 -
YUV 47.24 112.63 100.73 -
System Red Green Blue C M Y K H S L
Decimal 9 72 20 0.88 0 0.72 0.72 130.48 0.78 0.16
Hex 9 48 14 58 0 48 48 82 4E 10
Octal 11 110 24 130 0 110 110 202 116 20
Binary 1001 1001000 10100 1011000 0 1001000 1001000 10000010 1001110 10000

Color Harmonies of #094814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094814

Black with #094814

Text Example


Text Example

White with #094814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094814; }

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

 H1.HeaderClassName
 {
   color: #094814;
 }
 .AnyTagClassName
 {
   color: #094814;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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