Html Css Color HEX #094527 British Racing Green

📋 copy color: '#094527'

red 9 ◦ green 69 ◦ blue 39

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

Shades of British Racing Green #094527

Tints of British Racing Green #094527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 33.33%

R = 7.69%
G = 58.97%
B = 33.33%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.43

 K value IS 0.73

RGB Variations

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

Color information

#094527 (or 0x094527) is known color: British Racing Green. HEX triplet: 09, 45 and 27. RGB value is (9,69,39). Sum of RGB (Red+Green+Blue) = 9+69+39=117 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.69% from 117); Green value is 69 (27.34% from 255 or 58.97% from 117); Blue value is 39 (15.62% from 255 or 33.33% from 117); Max value from RGB is 69 - color contains mainly: green. Hex color #094527 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094527 is #F6BAD8. Grayscale: #2F2F2F. Windows color (decimal): -16169689 or 2573577. OLE color: 2573577.

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

Color convert

RGB 9 69 39 -
CMYK 0.87 0 0.43 0.73
HSL 150º 0.77% 0.15% -
HSV(B) 150º 0.87% 0.27% -
XYZ 2.61 4.46 2.64 -
YUV 47.64 123.12 100.44 -
System Red Green Blue C M Y K H S L
Decimal 9 69 39 0.87 0 0.43 0.73 150 0.77 0.15
Hex 9 45 27 57 0 2B 49 96 4D F
Octal 11 105 47 127 0 53 111 226 115 17
Binary 1001 1000101 100111 1010111 0 101011 1001001 10010110 1001101 1111

Color Harmonies of #094527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094527

Black with #094527

Text Example


Text Example

White with #094527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094527; }

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

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

background-color css

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

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

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

border-color css

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

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

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