Html Css Color HEX #094520 British Racing Green

📋 copy color: '#094520'

red 9 ◦ green 69 ◦ blue 32

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

Shades of British Racing Green #094520

Tints of British Racing Green #094520

RGB

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

 GREEN value IS 69 (27.34% from 255) = 62.73%

 BLUE value IS 32 (12.89% from 255) = 29.09%

R = 8.18%
G = 62.73%
B = 29.09%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.54

 K value IS 0.73

RGB Variations

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

Color information

#094520 (or 0x094520) is known color: British Racing Green. HEX triplet: 09, 45 and 20. RGB value is (9,69,32). Sum of RGB (Red+Green+Blue) = 9+69+32=110 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.18% from 110); Green value is 69 (27.34% from 255 or 62.73% from 110); Blue value is 32 (12.89% from 255 or 29.09% from 110); Max value from RGB is 69 - color contains mainly: green. Hex color #094520 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094520 is #F6BADF. Grayscale: #2E2E2E. Windows color (decimal): -16169696 or 2114825. OLE color: 2114825.

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

Color convert

RGB 9 69 32 -
CMYK 0.87 0 0.54 0.73
HSL 143º 0.77% 0.15% -
HSV(B) 143º 0.87% 0.27% -
XYZ 2.5 4.42 2.09 -
YUV 46.84 119.62 101.01 -
System Red Green Blue C M Y K H S L
Decimal 9 69 32 0.87 0 0.54 0.73 143 0.77 0.15
Hex 9 45 20 57 0 36 49 8F 4D F
Octal 11 105 40 127 0 66 111 217 115 17
Binary 1001 1000101 100000 1010111 0 110110 1001001 10001111 1001101 1111

Color Harmonies of #094520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094520

Black with #094520

Text Example


Text Example

White with #094520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094520; }

 p { color: rgb(9,69,32); }

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

background-color css

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

 a { background-color: rgb(9,69,32); }

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

border-color css

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

 span { border-color: rgb(9,69,32); }

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