Html Css Color HEX #094631 British Racing Green

📋 copy color: '#094631'

red 9 ◦ green 70 ◦ blue 49

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

Shades of British Racing Green #094631

Tints of British Racing Green #094631

RGB

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

 GREEN value IS 70 (27.73% from 255) = 54.69%

 BLUE value IS 49 (19.53% from 255) = 38.28%

R = 7.03%
G = 54.69%
B = 38.28%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.30

 K value IS 0.73

RGB Variations

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

Color information

#094631 (or 0x094631) is known color: British Racing Green. HEX triplet: 09, 46 and 31. RGB value is (9,70,49). Sum of RGB (Red+Green+Blue) = 9+70+49=128 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.03% from 128); Green value is 70 (27.73% from 255 or 54.69% from 128); Blue value is 49 (19.53% from 255 or 38.28% from 128); Max value from RGB is 70 - color contains mainly: green. Hex color #094631 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094631 is #F6B9CE. Grayscale: #313131. Windows color (decimal): -16169423 or 3229193. OLE color: 3229193.

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

Color convert

RGB 9 70 49 -
CMYK 0.87 0 0.30 0.73
HSL 159.34º 0.77% 0.15% -
HSV(B) 159.34º 0.87% 0.27% -
XYZ 2.86 4.66 3.65 -
YUV 49.37 127.79 99.21 -
System Red Green Blue C M Y K H S L
Decimal 9 70 49 0.87 0 0.30 0.73 159.34 0.77 0.15
Hex 9 46 31 57 0 1E 49 9F 4D F
Octal 11 106 61 127 0 36 111 237 115 17
Binary 1001 1000110 110001 1010111 0 11110 1001001 10011111 1001101 1111

Color Harmonies of #094631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094631

Black with #094631

Text Example


Text Example

White with #094631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094631; }

 p { color: rgb(9,70,49); }

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

background-color css

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

 a { background-color: rgb(9,70,49); }

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

border-color css

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

 span { border-color: rgb(9,70,49); }

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