Html Css Color HEX #094E18 Deep Fir

📋 copy color: '#094E18'

red 9 ◦ green 78 ◦ blue 24

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

Shades of Deep Fir #094E18

Tints of Deep Fir #094E18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 21.62%

R = 8.11%
G = 70.27%
B = 21.62%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.69

 K value IS 0.69

RGB Variations

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

Color information

#094E18 (or 0x094E18) is known color: Deep Fir. HEX triplet: 09, 4E and 18. RGB value is (9,78,24). Sum of RGB (Red+Green+Blue) = 9+78+24=111 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.11% from 111); Green value is 78 (30.86% from 255 or 70.27% from 111); Blue value is 24 (9.77% from 255 or 21.62% from 111); Max value from RGB is 78 - color contains mainly: green. Hex color #094E18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #094E18 is #F6B1E7. Grayscale: #333333. Windows color (decimal): -16167400 or 1592841. OLE color: 1592841.

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

Color convert

RGB 9 78 24 -
CMYK 0.88 0 0.69 0.69
HSL 133.04º 0.79% 0.17% -
HSV(B) 133.04º 0.88% 0.31% -
XYZ 3 5.57 1.78 -
YUV 51.21 112.64 97.89 -
System Red Green Blue C M Y K H S L
Decimal 9 78 24 0.88 0 0.69 0.69 133.04 0.79 0.17
Hex 9 4E 18 58 0 45 45 85 4F 11
Octal 11 116 30 130 0 105 105 205 117 21
Binary 1001 1001110 11000 1011000 0 1000101 1000101 10000101 1001111 10001

Color Harmonies of #094E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094E18

Black with #094E18

Text Example


Text Example

White with #094E18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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