Html Css Color HEX #094E19 Deep Fir

📋 copy color: '#094E19'

red 9 ◦ green 78 ◦ blue 25

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

Shades of Deep Fir #094E19

Tints of Deep Fir #094E19

RGB

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

 GREEN value IS 78 (30.86% from 255) = 69.64%

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

R = 8.04%
G = 69.64%
B = 22.32%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.68

 K value IS 0.69

RGB Variations

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

Color information

#094E19 (or 0x094E19) is known color: Deep Fir. HEX triplet: 09, 4E and 19. RGB value is (9,78,25). Sum of RGB (Red+Green+Blue) = 9+78+25=112 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.04% from 112); Green value is 78 (30.86% from 255 or 69.64% from 112); Blue value is 25 (10.16% from 255 or 22.32% from 112); Max value from RGB is 78 - color contains mainly: green. Hex color #094E19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #094E19 is #F6B1E6. Grayscale: #333333. Windows color (decimal): -16167399 or 1658377. OLE color: 1658377.

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

Color convert

RGB 9 78 25 -
CMYK 0.88 0 0.68 0.69
HSL 133.91º 0.79% 0.17% -
HSV(B) 133.91º 0.88% 0.31% -
XYZ 3.01 5.58 1.84 -
YUV 51.33 113.14 97.81 -
System Red Green Blue C M Y K H S L
Decimal 9 78 25 0.88 0 0.68 0.69 133.91 0.79 0.17
Hex 9 4E 19 58 0 44 45 86 4F 11
Octal 11 116 31 130 0 104 105 206 117 21
Binary 1001 1001110 11001 1011000 0 1000100 1000101 10000110 1001111 10001

Color Harmonies of #094E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094E19

Black with #094E19

Text Example


Text Example

White with #094E19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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