Html Css Color HEX #094018 Deep Fir

📋 copy color: '#094018'

red 9 ◦ green 64 ◦ blue 24

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

Shades of Deep Fir #094018

Tints of Deep Fir #094018

RGB

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

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

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

R = 9.28%
G = 65.98%
B = 24.74%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.62

 K value IS 0.75

RGB Variations

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

Color information

#094018 (or 0x094018) is known color: Deep Fir. HEX triplet: 09, 40 and 18. RGB value is (9,64,24). Sum of RGB (Red+Green+Blue) = 9+64+24=97 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.28% from 97); Green value is 64 (25.39% from 255 or 65.98% from 97); Blue value is 24 (9.77% from 255 or 24.74% from 97); Max value from RGB is 64 - color contains mainly: green. Hex color #094018 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094018 is #F6BFE7. Grayscale: #2B2B2B. Windows color (decimal): -16170984 or 1589257. OLE color: 1589257.

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

Color convert

RGB 9 64 24 -
CMYK 0.86 0 0.62 0.75
HSL 136.36º 0.75% 0.14% -
HSV(B) 136.36º 0.86% 0.25% -
XYZ 2.11 3.79 1.48 -
YUV 43 117.28 103.75 -
System Red Green Blue C M Y K H S L
Decimal 9 64 24 0.86 0 0.62 0.75 136.36 0.75 0.14
Hex 9 40 18 56 0 3E 4B 88 4B E
Octal 11 100 30 126 0 76 113 210 113 16
Binary 1001 1000000 11000 1010110 0 111110 1001011 10001000 1001011 1110

Color Harmonies of #094018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094018

Black with #094018

Text Example


Text Example

White with #094018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094018; }

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

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

background-color css

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

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

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

border-color css

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

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

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