Html Css Color HEX #094526 British Racing Green

📋 copy color: '#094526'

red 9 ◦ green 69 ◦ blue 38

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

Shades of British Racing Green #094526

Tints of British Racing Green #094526

RGB

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

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

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

R = 7.76%
G = 59.48%
B = 32.76%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.45

 K value IS 0.73

RGB Variations

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

Color information

#094526 (or 0x094526) is known color: British Racing Green. HEX triplet: 09, 45 and 26. RGB value is (9,69,38). Sum of RGB (Red+Green+Blue) = 9+69+38=116 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.76% from 116); Green value is 69 (27.34% from 255 or 59.48% from 116); Blue value is 38 (15.23% from 255 or 32.76% from 116); Max value from RGB is 69 - color contains mainly: green. Hex color #094526 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094526 is #F6BAD9. Grayscale: #2F2F2F. Windows color (decimal): -16169690 or 2508041. OLE color: 2508041.

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

Color convert

RGB 9 69 38 -
CMYK 0.87 0 0.45 0.73
HSL 149º 0.77% 0.15% -
HSV(B) 149º 0.87% 0.27% -
XYZ 2.59 4.45 2.56 -
YUV 47.53 122.62 100.52 -
System Red Green Blue C M Y K H S L
Decimal 9 69 38 0.87 0 0.45 0.73 149 0.77 0.15
Hex 9 45 26 57 0 2D 49 95 4D F
Octal 11 105 46 127 0 55 111 225 115 17
Binary 1001 1000101 100110 1010111 0 101101 1001001 10010101 1001101 1111

Color Harmonies of #094526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094526

Black with #094526

Text Example


Text Example

White with #094526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094526; }

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

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

background-color css

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

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

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

border-color css

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

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

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