#094127

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

Shades of British Racing Green #094127

Tints of British Racing Green #094127

Color information

#094127 (or 0x094127) is unknown color: approx British Racing Green. HEX triplet: 09, 41 and 27. RGB value is (9,65,39). Sum of RGB (Red+Green+Blue) = 9+65+39=113 (14% of max value = 765). Red value is 9 (3.91% from 255 or 7.96% from 113); Green value is 65 (25.78% from 255 or 57.52% from 113); Blue value is 39 (15.62% from 255 or 34.51% from 113); Max value from RGB is 65 - color contains mainly: green. Hex color #094127 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094127 is #F6BED8. Grayscale: #2D2D2D. Windows color (decimal): -16170713 or 2572553. OLE color: 2572553.

HSL color Cylindrical-coordinate representation of color #094127: hue angle of 152.14º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #094127 is Cyan = 0.86, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.75.

Color convert

RGB96539-
CMYK0.8600.400.75
HSL152.14º75.68%14.51%-
HSV(B)152.14º86.15%25.49%-
XYZ2.373.992.56-
YUV45.29124.45102.11-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.96%
GREEN value IS 65 (25.78% from 255) = 57.52%
BLUE value IS 39 (15.62% from 255) = 34.51%
R=7.96%
G=57.52%
B=34.51%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal965390.8600.400.75152.1475.6814.51
Hex94127560284B984cf
Octal111014712605011323011417
Binary100110000011001111010110010100010010111001100010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094127; }

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

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

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

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

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

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

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

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