Html Css Color HEX #094D1D Deep Fir

📋 copy color: '#094D1D'

red 9 ◦ green 77 ◦ blue 29

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

Shades of Deep Fir #094D1D

Tints of Deep Fir #094D1D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 66.96%

 BLUE value IS 29 (11.72% from 255) = 25.22%

R = 7.83%
G = 66.96%
B = 25.22%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.62

 K value IS 0.70

RGB Variations

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

Color information

#094D1D (or 0x094D1D) is known color: Deep Fir. HEX triplet: 09, 4D and 1D. RGB value is (9,77,29). Sum of RGB (Red+Green+Blue) = 9+77+29=115 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.83% from 115); Green value is 77 (30.47% from 255 or 66.96% from 115); Blue value is 29 (11.72% from 255 or 25.22% from 115); Max value from RGB is 77 - color contains mainly: green. Hex color #094D1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #094D1D is #F6B2E2. Grayscale: #333333. Windows color (decimal): -16167651 or 1920265. OLE color: 1920265.

HSL color Cylindrical-coordinate representation of color #094D1D: hue angle of 137.65º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094D1D is Cyan = 0.88, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.70.

Color convert

RGB 9 77 29 -
CMYK 0.88 0 0.62 0.70
HSL 137.65º 0.79% 0.17% -
HSV(B) 137.65º 0.88% 0.3% -
XYZ 2.99 5.45 2.06 -
YUV 51.2 115.47 97.9 -
System Red Green Blue C M Y K H S L
Decimal 9 77 29 0.88 0 0.62 0.70 137.65 0.79 0.17
Hex 9 4D 1D 58 0 3E 46 8A 4F 11
Octal 11 115 35 130 0 76 106 212 117 21
Binary 1001 1001101 11101 1011000 0 111110 1000110 10001010 1001111 10001

Color Harmonies of #094D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094D1D

Black with #094D1D

Text Example


Text Example

White with #094D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094D1D; }

 p { color: rgb(9,77,29); }

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

background-color css

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

 a { background-color: rgb(9,77,29); }

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

border-color css

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

 span { border-color: rgb(9,77,29); }

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