#094325

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

Shades of British Racing Green #094325

Tints of British Racing Green #094325

Color information

#094325 (or 0x094325) is unknown color: approx British Racing Green. HEX triplet: 09, 43 and 25. RGB value is (9,67,37). Sum of RGB (Red+Green+Blue) = 9+67+37=113 (14% of max value = 765). Red value is 9 (3.91% from 255 or 7.96% from 113); Green value is 67 (26.56% from 255 or 59.29% from 113); Blue value is 37 (14.84% from 255 or 32.74% from 113); Max value from RGB is 67 - color contains mainly: green. Hex color #094325 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094325 is #F6BCDA. Grayscale: #2E2E2E. Windows color (decimal): -16170203 or 2441993. OLE color: 2441993.

HSL color Cylindrical-coordinate representation of color #094325: hue angle of 148.97º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #094325 is Cyan = 0.87, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.74.

Color convert

RGB96737-
CMYK0.8700.450.74
HSL148.97º76.32%14.9%-
HSV(B)148.97º86.57%26.27%-
XYZ2.454.212.43-
YUV46.24122.78101.44-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.96%
GREEN value IS 67 (26.56% from 255) = 59.29%
BLUE value IS 37 (14.84% from 255) = 32.74%
R=7.96%
G=59.29%
B=32.74%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal967370.8700.450.74148.9776.3214.9
Hex943255702D4A954cf
Octal111034512705511222511417
Binary100110000111001011010111010110110010101001010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094325; }

 p { color: rgb(9,67,37); }

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

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

 a { background-color: rgb(9,67,37); }

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

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

 span { border-color: rgb(9,67,37); }

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