Html Css Color HEX #094B1A Deep Fir

📋 copy color: '#094B1A'

red 9 ◦ green 75 ◦ blue 26

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

Shades of Deep Fir #094B1A

Tints of Deep Fir #094B1A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 68.18%

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

R = 8.18%
G = 68.18%
B = 23.64%

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

#094B1A (or 0x094B1A) is known color: Deep Fir. HEX triplet: 09, 4B and 1A. RGB value is (9,75,26). Sum of RGB (Red+Green+Blue) = 9+75+26=110 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.18% from 110); Green value is 75 (29.69% from 255 or 68.18% from 110); Blue value is 26 (10.55% from 255 or 23.64% from 110); Max value from RGB is 75 - color contains mainly: green. Hex color #094B1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094B1A is #F6B4E5. Grayscale: #313131. Windows color (decimal): -16168166 or 1723145. OLE color: 1723145.

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

Color convert

RGB 9 75 26 -
CMYK 0.88 0 0.65 0.71
HSL 135.45º 0.79% 0.16% -
HSV(B) 135.45º 0.88% 0.29% -
XYZ 2.82 5.16 1.83 -
YUV 49.68 114.63 98.98 -
System Red Green Blue C M Y K H S L
Decimal 9 75 26 0.88 0 0.65 0.71 135.45 0.79 0.16
Hex 9 4B 1A 58 0 41 47 87 4F 10
Octal 11 113 32 130 0 101 107 207 117 20
Binary 1001 1001011 11010 1011000 0 1000001 1000111 10000111 1001111 10000

Color Harmonies of #094B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094B1A

Black with #094B1A

Text Example


Text Example

White with #094B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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