Html Css Color HEX #094017 Deep Fir

📋 copy color: '#094017'

red 9 ◦ green 64 ◦ blue 23

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

Shades of Deep Fir #094017

Tints of Deep Fir #094017

RGB

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

 GREEN value IS 64 (25.39% from 255) = 66.67%

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

R = 9.38%
G = 66.67%
B = 23.96%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.64

 K value IS 0.75

RGB Variations

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

Color information

#094017 (or 0x094017) is known color: Deep Fir. HEX triplet: 09, 40 and 17. RGB value is (9,64,23). Sum of RGB (Red+Green+Blue) = 9+64+23=96 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.38% from 96); Green value is 64 (25.39% from 255 or 66.67% from 96); Blue value is 23 (9.38% from 255 or 23.96% from 96); Max value from RGB is 64 - color contains mainly: green. Hex color #094017 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094017 is #F6BFE8. Grayscale: #2A2A2A. Windows color (decimal): -16170985 or 1523721. OLE color: 1523721.

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

Color convert

RGB 9 64 23 -
CMYK 0.86 0 0.64 0.75
HSL 135.27º 0.75% 0.14% -
HSV(B) 135.27º 0.86% 0.25% -
XYZ 2.1 3.79 1.43 -
YUV 42.88 116.78 103.83 -
System Red Green Blue C M Y K H S L
Decimal 9 64 23 0.86 0 0.64 0.75 135.27 0.75 0.14
Hex 9 40 17 56 0 40 4B 87 4B E
Octal 11 100 27 126 0 100 113 207 113 16
Binary 1001 1000000 10111 1010110 0 1000000 1001011 10000111 1001011 1110

Color Harmonies of #094017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094017

Black with #094017

Text Example


Text Example

White with #094017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094017; }

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

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

background-color css

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

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

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

border-color css

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

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

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