Html Css Color HEX #094118 Deep Fir

📋 copy color: '#094118'

red 9 ◦ green 65 ◦ blue 24

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

Shades of Deep Fir #094118

Tints of Deep Fir #094118

RGB

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

 GREEN value IS 65 (25.78% from 255) = 66.33%

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

R = 9.18%
G = 66.33%
B = 24.49%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.63

 K value IS 0.75

RGB Variations

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

Color information

#094118 (or 0x094118) is known color: Deep Fir. HEX triplet: 09, 41 and 18. RGB value is (9,65,24). Sum of RGB (Red+Green+Blue) = 9+65+24=98 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.18% from 98); Green value is 65 (25.78% from 255 or 66.33% from 98); Blue value is 24 (9.77% from 255 or 24.49% from 98); Max value from RGB is 65 - color contains mainly: green. Hex color #094118 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094118 is #F6BEE7. Grayscale: #2B2B2B. Windows color (decimal): -16170728 or 1589513. OLE color: 1589513.

HSL color Cylindrical-coordinate representation of color #094118: hue angle of 136.07º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #094118 is Cyan = 0.86, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.75.

Color convert

RGB 9 65 24 -
CMYK 0.86 0 0.63 0.75
HSL 136.07º 0.76% 0.15% -
HSV(B) 136.07º 0.86% 0.25% -
XYZ 2.17 3.9 1.5 -
YUV 43.58 116.95 103.33 -
System Red Green Blue C M Y K H S L
Decimal 9 65 24 0.86 0 0.63 0.75 136.07 0.76 0.15
Hex 9 41 18 56 0 3F 4B 88 4C F
Octal 11 101 30 126 0 77 113 210 114 17
Binary 1001 1000001 11000 1010110 0 111111 1001011 10001000 1001100 1111

Color Harmonies of #094118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094118

Black with #094118

Text Example


Text Example

White with #094118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094118; }

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

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

background-color css

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

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

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

border-color css

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

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

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