Html Css Color HEX #094426 British Racing Green

📋 copy color: '#094426'

red 9 ◦ green 68 ◦ blue 38

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

Shades of British Racing Green #094426

Tints of British Racing Green #094426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 33.04%

R = 7.83%
G = 59.13%
B = 33.04%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.44

 K value IS 0.73

RGB Variations

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

Color information

#094426 (or 0x094426) is known color: British Racing Green. HEX triplet: 09, 44 and 26. RGB value is (9,68,38). Sum of RGB (Red+Green+Blue) = 9+68+38=115 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.83% from 115); Green value is 68 (26.95% from 255 or 59.13% from 115); Blue value is 38 (15.23% from 255 or 33.04% from 115); Max value from RGB is 68 - color contains mainly: green. Hex color #094426 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094426 is #F6BBD9. Grayscale: #2F2F2F. Windows color (decimal): -16169946 or 2507785. OLE color: 2507785.

HSL color Cylindrical-coordinate representation of color #094426: hue angle of 149.49º 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 #094426 is Cyan = 0.87, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.73.

Color convert

RGB 9 68 38 -
CMYK 0.87 0 0.44 0.73
HSL 149.49º 0.77% 0.15% -
HSV(B) 149.49º 0.87% 0.27% -
XYZ 2.53 4.33 2.54 -
YUV 46.94 122.95 100.94 -
System Red Green Blue C M Y K H S L
Decimal 9 68 38 0.87 0 0.44 0.73 149.49 0.77 0.15
Hex 9 44 26 57 0 2C 49 95 4D F
Octal 11 104 46 127 0 54 111 225 115 17
Binary 1001 1000100 100110 1010111 0 101100 1001001 10010101 1001101 1111

Color Harmonies of #094426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094426

Black with #094426

Text Example


Text Example

White with #094426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094426; }

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

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

background-color css

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

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

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

border-color css

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

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

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