#094732

Color #094732 British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #094732

Tints of British Racing Green #094732

Color information

#094732 (or 0x094732) is unknown color: approx British Racing Green. HEX triplet: 09, 47 and 32. RGB value is (9,71,50). Sum of RGB (Red+Green+Blue) = 9+71+50=130 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.92% from 130); Green value is 71 (28.12% from 255 or 54.62% from 130); Blue value is 50 (19.92% from 255 or 38.46% from 130); Max value from RGB is 71 - color contains mainly: green. Hex color #094732 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094732 is #F6B8CD. Grayscale: #323232. Windows color (decimal): -16169166 or 3294985. OLE color: 3294985.

HSL color Cylindrical-coordinate representation of color #094732: hue angle of 159.68º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #094732 is Cyan = 0.87, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.72.

Color convert

RGB97150-
CMYK0.8700.300.72
HSL159.68º77.5%15.69%-
HSV(B)159.68º87.32%27.84%-
XYZ2.944.793.79-
YUV50.07127.9698.71-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.92%
GREEN value IS 71 (28.12% from 255) = 54.62%
BLUE value IS 50 (19.92% from 255) = 38.46%
R=6.92%
G=54.62%
B=38.46%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal971500.8700.300.72159.6877.515.69
Hex947325701E48a04e10
Octal111076212703611024011620
Binary100110001111100101010111011110100100010100000100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094732; }

 p { color: rgb(9,71,50); }

 H1.HeaderClassName
 {
   color: #094732;
 }
 .AnyTagClassName
 {
   color: #094732;
 }
</style>
background-color css

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

 a { background-color: rgb(9,71,50); }

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

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

 span { border-color: rgb(9,71,50); }

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