#0A4322

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

Shades of British Racing Green #0A4322

Tints of British Racing Green #0A4322

Color information

#0A4322 (or 0x0A4322) is unknown color: approx British Racing Green. HEX triplet: 0A, 43 and 22. RGB value is (10,67,34). Sum of RGB (Red+Green+Blue) = 10+67+34=111 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.01% from 111); Green value is 67 (26.56% from 255 or 60.36% from 111); Blue value is 34 (13.67% from 255 or 30.63% from 111); Max value from RGB is 67 - color contains mainly: green. Hex color #0A4322 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4322 is #F5BCDD. Grayscale: #2E2E2E. Windows color (decimal): -16104670 or 2245386. OLE color: 2245386.

HSL color Cylindrical-coordinate representation of color #0A4322: hue angle of 145.26º 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 #0A4322 is Cyan = 0.85, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.74.

Color convert

RGB106734-
CMYK0.8500.490.74
HSL145.26º74.03%15.1%-
HSV(B)145.26º85.07%26.27%-
XYZ2.424.192.2-
YUV46.2121.12102.18-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 9.01%
GREEN value IS 67 (26.56% from 255) = 60.36%
BLUE value IS 34 (13.67% from 255) = 30.63%
R=9.01%
G=60.36%
B=30.63%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1067340.8500.490.74145.2674.0315.1
HexA4322550314A914af
Octal121034212506111222111217
Binary101010000111000101010101011000110010101001000110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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