#054322

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

Shades of British Racing Green #054322

Tints of British Racing Green #054322

Color information

#054322 (or 0x054322) is unknown color: approx British Racing Green. HEX triplet: 05, 43 and 22. RGB value is (5,67,34). Sum of RGB (Red+Green+Blue) = 5+67+34=106 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.72% from 106); Green value is 67 (26.56% from 255 or 63.21% from 106); Blue value is 34 (13.67% from 255 or 32.08% from 106); Max value from RGB is 67 - color contains mainly: green. Hex color #054322 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054322 is #FABCDD. Grayscale: #2C2C2C. Windows color (decimal): -16432350 or 2245381. OLE color: 2245381.

HSL color Cylindrical-coordinate representation of color #054322: hue angle of 148.06º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054322 is Cyan = 0.93, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.74.

Color convert

RGB56734-
CMYK0.9300.490.74
HSL148.06º86.11%14.12%-
HSV(B)148.06º92.54%26.27%-
XYZ2.364.162.19-
YUV44.7121.9699.68-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.72%
GREEN value IS 67 (26.56% from 255) = 63.21%
BLUE value IS 34 (13.67% from 255) = 32.08%
R=4.72%
G=63.21%
B=32.08%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal567340.9300.490.74148.0686.1114.12
Hex543225D0314A9456e
Octal51034213506111222412616
Binary10110000111000101011101011000110010101001010010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054322; }

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

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

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

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

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

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

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

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