#094431

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

Shades of British Racing Green #094431

Tints of British Racing Green #094431

Color information

#094431 (or 0x094431) is unknown color: approx British Racing Green. HEX triplet: 09, 44 and 31. RGB value is (9,68,49). Sum of RGB (Red+Green+Blue) = 9+68+49=126 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.14% from 126); Green value is 68 (26.95% from 255 or 53.97% from 126); Blue value is 49 (19.53% from 255 or 38.89% from 126); Max value from RGB is 68 - color contains mainly: green. Hex color #094431 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094431 is #F6BBCE. Grayscale: #303030. Windows color (decimal): -16169935 or 3228681. OLE color: 3228681.

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

Color convert

RGB96849-
CMYK0.8700.280.73
HSL160.68º76.62%15.1%-
HSV(B)160.68º86.76%26.67%-
XYZ2.734.413.61-
YUV48.19128.45100.04-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.14%
GREEN value IS 68 (26.95% from 255) = 53.97%
BLUE value IS 49 (19.53% from 255) = 38.89%
R=7.14%
G=53.97%
B=38.89%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal968490.8700.280.73160.6876.6215.1
Hex944315701C49a14df
Octal111046112703411124111517
Binary10011000100110001101011101110010010011010000110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094431; }

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

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

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

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

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

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

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

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