#0A4324

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

Shades of British Racing Green #0A4324

Tints of British Racing Green #0A4324

Color information

#0A4324 (or 0x0A4324) is unknown color: approx British Racing Green. HEX triplet: 0A, 43 and 24. RGB value is (10,67,36). Sum of RGB (Red+Green+Blue) = 10+67+36=113 (14% of max value = 765). Red value is 10 (4.30% from 255 or 8.85% from 113); Green value is 67 (26.56% from 255 or 59.29% from 113); Blue value is 36 (14.45% from 255 or 31.86% from 113); Max value from RGB is 67 - color contains mainly: green. Hex color #0A4324 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4324 is #F5BCDB. Grayscale: #2E2E2E. Windows color (decimal): -16104668 or 2376458. OLE color: 2376458.

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

Color convert

RGB106736-
CMYK0.8500.460.74
HSL147.37º74.03%15.1%-
HSV(B)147.37º85.07%26.27%-
XYZ2.454.212.35-
YUV46.42122.12102.02-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.85%
GREEN value IS 67 (26.56% from 255) = 59.29%
BLUE value IS 36 (14.45% from 255) = 31.86%
R=8.85%
G=59.29%
B=31.86%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1067360.8500.460.74147.3774.0315.1
HexA43245502E4A934af
Octal121034412505611222311217
Binary101010000111001001010101010111010010101001001110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A4324; }

 p { color: rgb(10,67,36); }

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

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

 a { background-color: rgb(10,67,36); }

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

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

 span { border-color: rgb(10,67,36); }

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