#094124

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

Shades of British Racing Green #094124

Tints of British Racing Green #094124

Color information

#094124 (or 0x094124) is unknown color: approx British Racing Green. HEX triplet: 09, 41 and 24. RGB value is (9,65,36). Sum of RGB (Red+Green+Blue) = 9+65+36=110 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.18% from 110); Green value is 65 (25.78% from 255 or 59.09% from 110); Blue value is 36 (14.45% from 255 or 32.73% from 110); Max value from RGB is 65 - color contains mainly: green. Hex color #094124 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094124 is #F6BEDB. Grayscale: #2D2D2D. Windows color (decimal): -16170716 or 2375945. OLE color: 2375945.

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

Color convert

RGB96536-
CMYK0.8600.450.75
HSL148.93º75.68%14.51%-
HSV(B)148.93º86.15%25.49%-
XYZ2.323.972.31-
YUV44.95122.95102.36-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.18%
GREEN value IS 65 (25.78% from 255) = 59.09%
BLUE value IS 36 (14.45% from 255) = 32.73%
R=8.18%
G=59.09%
B=32.73%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal965360.8600.450.75148.9375.6814.51
Hex941245602D4B954cf
Octal111014412605511322511417
Binary100110000011001001010110010110110010111001010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094124; }

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

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

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

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

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

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

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

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