Html Css Color HEX #0A4522 British Racing Green

📋 copy color: '#0A4522'

red 10 ◦ green 69 ◦ blue 34

#0A4522
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of British Racing Green #0A4522

Tints of British Racing Green #0A4522

RGB

 RED value IS 10 (4.3% from 255) = 8.85%

 GREEN value IS 69 (27.34% from 255) = 61.06%

 BLUE value IS 34 (13.67% from 255) = 30.09%

R = 8.85%
G = 61.06%
B = 30.09%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.51

 K value IS 0.73

RGB Variations

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

Color information

#0A4522 (or 0x0A4522) is known color: British Racing Green. HEX triplet: 0A, 45 and 22. RGB value is (10,69,34). Sum of RGB (Red+Green+Blue) = 10+69+34=113 (14% of max value = 765). Red value is 10 (4.30% from 255 or 8.85% from 113); Green value is 69 (27.34% from 255 or 61.06% from 113); Blue value is 34 (13.67% from 255 or 30.09% from 113); Max value from RGB is 69 - color contains mainly: green. Hex color #0A4522 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4522 is #F5BADD. Grayscale: #2F2F2F. Windows color (decimal): -16104158 or 2245898. OLE color: 2245898.

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

Color convert

RGB 10 69 34 -
CMYK 0.86 0 0.51 0.73
HSL 144.41º 0.75% 0.15% -
HSV(B) 144.41º 0.86% 0.27% -
XYZ 2.54 4.44 2.24 -
YUV 47.37 120.45 101.35 -
System Red Green Blue C M Y K H S L
Decimal 10 69 34 0.86 0 0.51 0.73 144.41 0.75 0.15
Hex A 45 22 56 0 33 49 90 4B F
Octal 12 105 42 126 0 63 111 220 113 17
Binary 1010 1000101 100010 1010110 0 110011 1001001 10010000 1001011 1111

Color Harmonies of #0A4522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4522

Black with #0A4522

Text Example


Text Example

White with #0A4522

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0A4522;
 }
 .AnyTagClassName
 {
   color: #0A4522;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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