Html Css Color HEX #094918 Deep Fir

📋 copy color: '#094918'

red 9 ◦ green 73 ◦ blue 24

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

Shades of Deep Fir #094918

Tints of Deep Fir #094918

RGB

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

 GREEN value IS 73 (28.91% from 255) = 68.87%

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

R = 8.49%
G = 68.87%
B = 22.64%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.67

 K value IS 0.71

RGB Variations

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

Color information

#094918 (or 0x094918) is known color: Deep Fir. HEX triplet: 09, 49 and 18. RGB value is (9,73,24). Sum of RGB (Red+Green+Blue) = 9+73+24=106 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.49% from 106); Green value is 73 (28.91% from 255 or 68.87% from 106); Blue value is 24 (9.77% from 255 or 22.64% from 106); Max value from RGB is 73 - color contains mainly: green. Hex color #094918 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094918 is #F6B6E7. Grayscale: #303030. Windows color (decimal): -16168680 or 1591561. OLE color: 1591561.

HSL color Cylindrical-coordinate representation of color #094918: hue angle of 134.06º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094918 is Cyan = 0.88, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.71.

Color convert

RGB 9 73 24 -
CMYK 0.88 0 0.67 0.71
HSL 134.06º 0.78% 0.16% -
HSV(B) 134.06º 0.88% 0.29% -
XYZ 2.66 4.89 1.67 -
YUV 48.28 114.3 99.98 -
System Red Green Blue C M Y K H S L
Decimal 9 73 24 0.88 0 0.67 0.71 134.06 0.78 0.16
Hex 9 49 18 58 0 43 47 86 4E 10
Octal 11 111 30 130 0 103 107 206 116 20
Binary 1001 1001001 11000 1011000 0 1000011 1000111 10000110 1001110 10000

Color Harmonies of #094918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094918

Black with #094918

Text Example


Text Example

White with #094918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094918; }

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

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

background-color css

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

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

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

border-color css

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

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

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