Html Css Color HEX #094F19 Deep Fir

📋 copy color: '#094F19'

red 9 ◦ green 79 ◦ blue 25

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

Shades of Deep Fir #094F19

Tints of Deep Fir #094F19

RGB

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

 GREEN value IS 79 (31.25% from 255) = 69.91%

 BLUE value IS 25 (10.16% from 255) = 22.12%

R = 7.96%
G = 69.91%
B = 22.12%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.68

 K value IS 0.69

RGB Variations

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

Color information

#094F19 (or 0x094F19) is known color: Deep Fir. HEX triplet: 09, 4F and 19. RGB value is (9,79,25). Sum of RGB (Red+Green+Blue) = 9+79+25=113 (14% of max value = 765). Red value is 9 (3.91% from 255 or 7.96% from 113); Green value is 79 (31.25% from 255 or 69.91% from 113); Blue value is 25 (10.16% from 255 or 22.12% from 113); Max value from RGB is 79 - color contains mainly: green. Hex color #094F19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #094F19 is #F6B0E6. Grayscale: #343434. Windows color (decimal): -16167143 or 1658633. OLE color: 1658633.

HSL color Cylindrical-coordinate representation of color #094F19: hue angle of 133.71º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #094F19 is Cyan = 0.89, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.69.

Color convert

RGB 9 79 25 -
CMYK 0.89 0 0.68 0.69
HSL 133.71º 0.8% 0.17% -
HSV(B) 133.71º 0.89% 0.31% -
XYZ 3.08 5.72 1.86 -
YUV 51.91 112.81 97.39 -
System Red Green Blue C M Y K H S L
Decimal 9 79 25 0.89 0 0.68 0.69 133.71 0.8 0.17
Hex 9 4F 19 59 0 44 45 86 50 11
Octal 11 117 31 131 0 104 105 206 120 21
Binary 1001 1001111 11001 1011001 0 1000100 1000101 10000110 1010000 10001

Color Harmonies of #094F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094F19

Black with #094F19

Text Example


Text Example

White with #094F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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