#054321

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

Shades of British Racing Green #054321

Tints of British Racing Green #054321

Color information

#054321 (or 0x054321) is unknown color: approx British Racing Green. HEX triplet: 05, 43 and 21. RGB value is (5,67,33). Sum of RGB (Red+Green+Blue) = 5+67+33=105 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.76% from 105); Green value is 67 (26.56% from 255 or 63.81% from 105); Blue value is 33 (13.28% from 255 or 31.43% from 105); Max value from RGB is 67 - color contains mainly: green. Hex color #054321 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054321 is #FABCDE. Grayscale: #2C2C2C. Windows color (decimal): -16432351 or 2179845. OLE color: 2179845.

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

Color convert

RGB56733-
CMYK0.9300.510.74
HSL147.1º86.11%14.12%-
HSV(B)147.1º92.54%26.27%-
XYZ2.344.162.12-
YUV44.59121.4699.76-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.76%
GREEN value IS 67 (26.56% from 255) = 63.81%
BLUE value IS 33 (13.28% from 255) = 31.43%
R=4.76%
G=63.81%
B=31.43%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal567330.9300.510.74147.186.1114.12
Hex543215D0334A9356e
Octal51034113506311222312616
Binary10110000111000011011101011001110010101001001110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054321; }

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

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

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

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

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

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

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

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