Html Css Color HEX #094A1A Deep Fir

📋 copy color: '#094A1A'

red 9 ◦ green 74 ◦ blue 26

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

Shades of Deep Fir #094A1A

Tints of Deep Fir #094A1A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 67.89%

 BLUE value IS 26 (10.55% from 255) = 23.85%

R = 8.26%
G = 67.89%
B = 23.85%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.65

 K value IS 0.71

RGB Variations

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

Color information

#094A1A (or 0x094A1A) is known color: Deep Fir. HEX triplet: 09, 4A and 1A. RGB value is (9,74,26). Sum of RGB (Red+Green+Blue) = 9+74+26=109 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.26% from 109); Green value is 74 (29.30% from 255 or 67.89% from 109); Blue value is 26 (10.55% from 255 or 23.85% from 109); Max value from RGB is 74 - color contains mainly: green. Hex color #094A1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094A1A is #F6B5E5. Grayscale: #313131. Windows color (decimal): -16168422 or 1722889. OLE color: 1722889.

HSL color Cylindrical-coordinate representation of color #094A1A: hue angle of 135.69º 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 #094A1A is Cyan = 0.88, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.71.

Color convert

RGB 9 74 26 -
CMYK 0.88 0 0.65 0.71
HSL 135.69º 0.78% 0.16% -
HSV(B) 135.69º 0.88% 0.29% -
XYZ 2.75 5.03 1.8 -
YUV 49.09 114.97 99.4 -
System Red Green Blue C M Y K H S L
Decimal 9 74 26 0.88 0 0.65 0.71 135.69 0.78 0.16
Hex 9 4A 1A 58 0 41 47 88 4E 10
Octal 11 112 32 130 0 101 107 210 116 20
Binary 1001 1001010 11010 1011000 0 1000001 1000111 10001000 1001110 10000

Color Harmonies of #094A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094A1A

Black with #094A1A

Text Example


Text Example

White with #094A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,74,26); }

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

background-color css

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

 a { background-color: rgb(9,74,26); }

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

border-color css

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

 span { border-color: rgb(9,74,26); }

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