Html Css Color HEX #094213 Deep Fir

📋 copy color: '#094213'

red 9 ◦ green 66 ◦ blue 19

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

Shades of Deep Fir #094213

Tints of Deep Fir #094213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 20.21%

R = 9.57%
G = 70.21%
B = 20.21%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.71

 K value IS 0.74

RGB Variations

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

Color information

#094213 (or 0x094213) is known color: Deep Fir. HEX triplet: 09, 42 and 13. RGB value is (9,66,19). Sum of RGB (Red+Green+Blue) = 9+66+19=94 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.57% from 94); Green value is 66 (26.17% from 255 or 70.21% from 94); Blue value is 19 (7.81% from 255 or 20.21% from 94); Max value from RGB is 66 - color contains mainly: green. Hex color #094213 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094213 is #F6BDEC. Grayscale: #2B2B2B. Windows color (decimal): -16170477 or 1262089. OLE color: 1262089.

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

Color convert

RGB 9 66 19 -
CMYK 0.86 0 0.71 0.74
HSL 130.53º 0.76% 0.15% -
HSV(B) 130.53º 0.86% 0.26% -
XYZ 2.18 4 1.27 -
YUV 43.6 114.12 103.32 -
System Red Green Blue C M Y K H S L
Decimal 9 66 19 0.86 0 0.71 0.74 130.53 0.76 0.15
Hex 9 42 13 56 0 47 4A 83 4C F
Octal 11 102 23 126 0 107 112 203 114 17
Binary 1001 1000010 10011 1010110 0 1000111 1001010 10000011 1001100 1111

Color Harmonies of #094213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094213

Black with #094213

Text Example


Text Example

White with #094213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094213; }

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

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

background-color css

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

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

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

border-color css

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

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

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