Html Css Color HEX #094322 British Racing Green

📋 copy color: '#094322'

red 9 ◦ green 67 ◦ blue 34

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

Shades of British Racing Green #094322

Tints of British Racing Green #094322

RGB

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

 GREEN value IS 67 (26.56% from 255) = 60.91%

 BLUE value IS 34 (13.67% from 255) = 30.91%

R = 8.18%
G = 60.91%
B = 30.91%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.49

 K value IS 0.74

RGB Variations

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

Color information

#094322 (or 0x094322) is known color: British Racing Green. HEX triplet: 09, 43 and 22. RGB value is (9,67,34). Sum of RGB (Red+Green+Blue) = 9+67+34=110 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.18% from 110); Green value is 67 (26.56% from 255 or 60.91% from 110); Blue value is 34 (13.67% from 255 or 30.91% from 110); Max value from RGB is 67 - color contains mainly: green. Hex color #094322 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094322 is #F6BCDD. Grayscale: #2D2D2D. Windows color (decimal): -16170206 or 2245385. OLE color: 2245385.

HSL color Cylindrical-coordinate representation of color #094322: hue angle of 145.86º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #094322 is Cyan = 0.87, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.74.

Color convert

RGB 9 67 34 -
CMYK 0.87 0 0.49 0.74
HSL 145.86º 0.76% 0.15% -
HSV(B) 145.86º 0.87% 0.26% -
XYZ 2.41 4.19 2.19 -
YUV 45.9 121.28 101.68 -
System Red Green Blue C M Y K H S L
Decimal 9 67 34 0.87 0 0.49 0.74 145.86 0.76 0.15
Hex 9 43 22 57 0 31 4A 92 4C F
Octal 11 103 42 127 0 61 112 222 114 17
Binary 1001 1000011 100010 1010111 0 110001 1001010 10010010 1001100 1111

Color Harmonies of #094322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094322

Black with #094322

Text Example


Text Example

White with #094322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094322; }

 p { color: rgb(9,67,34); }

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

background-color css

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

 a { background-color: rgb(9,67,34); }

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

border-color css

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

 span { border-color: rgb(9,67,34); }

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