Html Css Color HEX #094919 Deep Fir

📋 copy color: '#094919'

red 9 ◦ green 73 ◦ blue 25

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

Shades of Deep Fir #094919

Tints of Deep Fir #094919

RGB

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

 GREEN value IS 73 (28.91% from 255) = 68.22%

 BLUE value IS 25 (10.16% from 255) = 23.36%

R = 8.41%
G = 68.22%
B = 23.36%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.66

 K value IS 0.71

RGB Variations

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

Color information

#094919 (or 0x094919) is known color: Deep Fir. HEX triplet: 09, 49 and 19. RGB value is (9,73,25). Sum of RGB (Red+Green+Blue) = 9+73+25=107 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.41% from 107); Green value is 73 (28.91% from 255 or 68.22% from 107); Blue value is 25 (10.16% from 255 or 23.36% from 107); Max value from RGB is 73 - color contains mainly: green. Hex color #094919 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094919 is #F6B6E6. Grayscale: #303030. Windows color (decimal): -16168679 or 1657097. OLE color: 1657097.

HSL color Cylindrical-coordinate representation of color #094919: hue angle of 135º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094919 is Cyan = 0.88, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.71.

Color convert

RGB 9 73 25 -
CMYK 0.88 0 0.66 0.71
HSL 135º 0.78% 0.16% -
HSV(B) 135º 0.88% 0.29% -
XYZ 2.67 4.89 1.72 -
YUV 48.39 114.8 99.9 -
System Red Green Blue C M Y K H S L
Decimal 9 73 25 0.88 0 0.66 0.71 135 0.78 0.16
Hex 9 49 19 58 0 42 47 87 4E 10
Octal 11 111 31 130 0 102 107 207 116 20
Binary 1001 1001001 11001 1011000 0 1000010 1000111 10000111 1001110 10000

Color Harmonies of #094919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094919

Black with #094919

Text Example


Text Example

White with #094919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094919; }

 p { color: rgb(9,73,25); }

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

background-color css

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

 a { background-color: rgb(9,73,25); }

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

border-color css

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

 span { border-color: rgb(9,73,25); }

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