Html Css Color HEX #094422 British Racing Green

📋 copy color: '#094422'

red 9 ◦ green 68 ◦ blue 34

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

Shades of British Racing Green #094422

Tints of British Racing Green #094422

RGB

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

 GREEN value IS 68 (26.95% from 255) = 61.26%

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

R = 8.11%
G = 61.26%
B = 30.63%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.50

 K value IS 0.73

RGB Variations

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

Color information

#094422 (or 0x094422) is known color: British Racing Green. HEX triplet: 09, 44 and 22. RGB value is (9,68,34). Sum of RGB (Red+Green+Blue) = 9+68+34=111 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.11% from 111); Green value is 68 (26.95% from 255 or 61.26% from 111); Blue value is 34 (13.67% from 255 or 30.63% from 111); Max value from RGB is 68 - color contains mainly: green. Hex color #094422 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094422 is #F6BBDD. Grayscale: #2E2E2E. Windows color (decimal): -16169950 or 2245641. OLE color: 2245641.

HSL color Cylindrical-coordinate representation of color #094422: hue angle of 145.42º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #094422 is Cyan = 0.87, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.73.

Color convert

RGB 9 68 34 -
CMYK 0.87 0 0.50 0.73
HSL 145.42º 0.77% 0.15% -
HSV(B) 145.42º 0.87% 0.27% -
XYZ 2.47 4.31 2.21 -
YUV 46.48 120.95 101.26 -
System Red Green Blue C M Y K H S L
Decimal 9 68 34 0.87 0 0.50 0.73 145.42 0.77 0.15
Hex 9 44 22 57 0 32 49 91 4D F
Octal 11 104 42 127 0 62 111 221 115 17
Binary 1001 1000100 100010 1010111 0 110010 1001001 10010001 1001101 1111

Color Harmonies of #094422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094422

Black with #094422

Text Example


Text Example

White with #094422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094422; }

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

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

background-color css

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

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

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

border-color css

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

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

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