Html Css Color HEX #094A17 Deep Fir

📋 copy color: '#094A17'

red 9 ◦ green 74 ◦ blue 23

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

Shades of Deep Fir #094A17

Tints of Deep Fir #094A17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 21.7%

R = 8.49%
G = 69.81%
B = 21.7%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.69

 K value IS 0.71

RGB Variations

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

Color information

#094A17 (or 0x094A17) is known color: Deep Fir. HEX triplet: 09, 4A and 17. RGB value is (9,74,23). Sum of RGB (Red+Green+Blue) = 9+74+23=106 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.49% from 106); Green value is 74 (29.30% from 255 or 69.81% from 106); Blue value is 23 (9.38% from 255 or 21.70% from 106); Max value from RGB is 74 - color contains mainly: green. Hex color #094A17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094A17 is #F6B5E8. Grayscale: #303030. Windows color (decimal): -16168425 or 1526281. OLE color: 1526281.

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

Color convert

RGB 9 74 23 -
CMYK 0.88 0 0.69 0.71
HSL 132.92º 0.78% 0.16% -
HSV(B) 132.92º 0.88% 0.29% -
XYZ 2.72 5.02 1.64 -
YUV 48.75 113.47 99.65 -
System Red Green Blue C M Y K H S L
Decimal 9 74 23 0.88 0 0.69 0.71 132.92 0.78 0.16
Hex 9 4A 17 58 0 45 47 85 4E 10
Octal 11 112 27 130 0 105 107 205 116 20
Binary 1001 1001010 10111 1011000 0 1000101 1000111 10000101 1001110 10000

Color Harmonies of #094A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094A17

Black with #094A17

Text Example


Text Example

White with #094A17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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