Html Css Color HEX #094218 Deep Fir

📋 copy color: '#094218'

red 9 ◦ green 66 ◦ blue 24

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

Shades of Deep Fir #094218

Tints of Deep Fir #094218

RGB

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

 GREEN value IS 66 (26.17% from 255) = 66.67%

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

R = 9.09%
G = 66.67%
B = 24.24%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.64

 K value IS 0.74

RGB Variations

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

Color information

#094218 (or 0x094218) is known color: Deep Fir. HEX triplet: 09, 42 and 18. RGB value is (9,66,24). Sum of RGB (Red+Green+Blue) = 9+66+24=99 (13% of max value = 765). Red value is 9 (3.91% from 255 or 9.09% from 99); Green value is 66 (26.17% from 255 or 66.67% from 99); Blue value is 24 (9.77% from 255 or 24.24% from 99); Max value from RGB is 66 - color contains mainly: green. Hex color #094218 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094218 is #F6BDE7. Grayscale: #2C2C2C. Windows color (decimal): -16170472 or 1589769. OLE color: 1589769.

HSL color Cylindrical-coordinate representation of color #094218: hue angle of 135.79º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #094218 is Cyan = 0.86, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.74.

Color convert

RGB 9 66 24 -
CMYK 0.86 0 0.64 0.74
HSL 135.79º 0.76% 0.15% -
HSV(B) 135.79º 0.86% 0.26% -
XYZ 2.23 4.02 1.52 -
YUV 44.17 116.62 102.92 -
System Red Green Blue C M Y K H S L
Decimal 9 66 24 0.86 0 0.64 0.74 135.79 0.76 0.15
Hex 9 42 18 56 0 40 4A 88 4C F
Octal 11 102 30 126 0 100 112 210 114 17
Binary 1001 1000010 11000 1010110 0 1000000 1001010 10001000 1001100 1111

Color Harmonies of #094218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094218

Black with #094218

Text Example


Text Example

White with #094218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094218; }

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

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

background-color css

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

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

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

border-color css

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

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

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