Html Css Color HEX #094312 Deep Fir

📋 copy color: '#094312'

red 9 ◦ green 67 ◦ blue 18

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

Shades of Deep Fir #094312

Tints of Deep Fir #094312

RGB

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

 GREEN value IS 67 (26.56% from 255) = 71.28%

 BLUE value IS 18 (7.42% from 255) = 19.15%

R = 9.57%
G = 71.28%
B = 19.15%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.73

 K value IS 0.74

RGB Variations

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

Color information

#094312 (or 0x094312) is known color: Deep Fir. HEX triplet: 09, 43 and 12. RGB value is (9,67,18). Sum of RGB (Red+Green+Blue) = 9+67+18=94 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.57% from 94); Green value is 67 (26.56% from 255 or 71.28% from 94); Blue value is 18 (7.42% from 255 or 19.15% from 94); Max value from RGB is 67 - color contains mainly: green. Hex color #094312 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094312 is #F6BCED. Grayscale: #2C2C2C. Windows color (decimal): -16170222 or 1196809. OLE color: 1196809.

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

Color convert

RGB 9 67 18 -
CMYK 0.87 0 0.73 0.74
HSL 129.31º 0.76% 0.15% -
HSV(B) 129.31º 0.87% 0.26% -
XYZ 2.23 4.12 1.25 -
YUV 44.07 113.28 102.98 -
System Red Green Blue C M Y K H S L
Decimal 9 67 18 0.87 0 0.73 0.74 129.31 0.76 0.15
Hex 9 43 12 57 0 49 4A 81 4C F
Octal 11 103 22 127 0 111 112 201 114 17
Binary 1001 1000011 10010 1010111 0 1001001 1001010 10000001 1001100 1111

Color Harmonies of #094312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094312

Black with #094312

Text Example


Text Example

White with #094312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094312; }

 p { color: rgb(9,67,18); }

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

background-color css

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

 a { background-color: rgb(9,67,18); }

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

border-color css

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

 span { border-color: rgb(9,67,18); }

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