Html Css Color HEX #094116 Deep Fir

📋 copy color: '#094116'

red 9 ◦ green 65 ◦ blue 22

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

Shades of Deep Fir #094116

Tints of Deep Fir #094116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 22.92%

R = 9.38%
G = 67.71%
B = 22.92%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.66

 K value IS 0.75

RGB Variations

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

Color information

#094116 (or 0x094116) is known color: Deep Fir. HEX triplet: 09, 41 and 16. RGB value is (9,65,22). Sum of RGB (Red+Green+Blue) = 9+65+22=96 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.38% from 96); Green value is 65 (25.78% from 255 or 67.71% from 96); Blue value is 22 (8.98% from 255 or 22.92% from 96); Max value from RGB is 65 - color contains mainly: green. Hex color #094116 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094116 is #F6BEE9. Grayscale: #2B2B2B. Windows color (decimal): -16170730 or 1458441. OLE color: 1458441.

HSL color Cylindrical-coordinate representation of color #094116: hue angle of 133.93º 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 #094116 is Cyan = 0.86, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.75.

Color convert

RGB 9 65 22 -
CMYK 0.86 0 0.66 0.75
HSL 133.93º 0.76% 0.15% -
HSV(B) 133.93º 0.86% 0.25% -
XYZ 2.15 3.9 1.4 -
YUV 43.35 115.95 103.5 -
System Red Green Blue C M Y K H S L
Decimal 9 65 22 0.86 0 0.66 0.75 133.93 0.76 0.15
Hex 9 41 16 56 0 42 4B 86 4C F
Octal 11 101 26 126 0 102 113 206 114 17
Binary 1001 1000001 10110 1010110 0 1000010 1001011 10000110 1001100 1111

Color Harmonies of #094116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094116

Black with #094116

Text Example


Text Example

White with #094116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094116; }

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

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

background-color css

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

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

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

border-color css

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

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

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