Html Css Color HEX #094A16 Deep Fir

📋 copy color: '#094A16'

red 9 ◦ green 74 ◦ blue 22

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

Shades of Deep Fir #094A16

Tints of Deep Fir #094A16

RGB

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

 GREEN value IS 74 (29.3% from 255) = 70.48%

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

R = 8.57%
G = 70.48%
B = 20.95%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.70

 K value IS 0.71

RGB Variations

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

Color information

#094A16 (or 0x094A16) is known color: Deep Fir. HEX triplet: 09, 4A and 16. RGB value is (9,74,22). Sum of RGB (Red+Green+Blue) = 9+74+22=105 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.57% from 105); Green value is 74 (29.30% from 255 or 70.48% from 105); Blue value is 22 (8.98% from 255 or 20.95% from 105); Max value from RGB is 74 - color contains mainly: green. Hex color #094A16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094A16 is #F6B5E9. Grayscale: #303030. Windows color (decimal): -16168426 or 1460745. OLE color: 1460745.

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

Color convert

RGB 9 74 22 -
CMYK 0.88 0 0.70 0.71
HSL 132º 0.78% 0.16% -
HSV(B) 132º 0.88% 0.29% -
XYZ 2.71 5.01 1.58 -
YUV 48.64 112.97 99.73 -
System Red Green Blue C M Y K H S L
Decimal 9 74 22 0.88 0 0.70 0.71 132 0.78 0.16
Hex 9 4A 16 58 0 46 47 84 4E 10
Octal 11 112 26 130 0 106 107 204 116 20
Binary 1001 1001010 10110 1011000 0 1000110 1000111 10000100 1001110 10000

Color Harmonies of #094A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094A16

Black with #094A16

Text Example


Text Example

White with #094A16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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