#054420

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

Shades of British Racing Green #054420

Tints of British Racing Green #054420

Color information

#054420 (or 0x054420) is unknown color: approx British Racing Green. HEX triplet: 05, 44 and 20. RGB value is (5,68,32). Sum of RGB (Red+Green+Blue) = 5+68+32=105 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.76% from 105); Green value is 68 (26.95% from 255 or 64.76% from 105); Blue value is 32 (12.89% from 255 or 30.48% from 105); Max value from RGB is 68 - color contains mainly: green. Hex color #054420 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054420 is #FABBDF. Grayscale: #2D2D2D. Windows color (decimal): -16432096 or 2114565. OLE color: 2114565.

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

Color convert

RGB56832-
CMYK0.9300.530.73
HSL145.71º86.3%14.31%-
HSV(B)145.71º92.65%26.67%-
XYZ2.394.272.06-
YUV45.06120.6399.43-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.76%
GREEN value IS 68 (26.95% from 255) = 64.76%
BLUE value IS 32 (12.89% from 255) = 30.48%
R=4.76%
G=64.76%
B=30.48%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal568320.9300.530.73145.7186.314.31
Hex544205D035499256e
Octal51044013506511122212616
Binary10110001001000001011101011010110010011001001010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054420; }

 p { color: rgb(5,68,32); }

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

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

 a { background-color: rgb(5,68,32); }

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

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

 span { border-color: rgb(5,68,32); }

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