#054120

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

Shades of British Racing Green #054120

Tints of British Racing Green #054120

Color information

#054120 (or 0x054120) is unknown color: approx British Racing Green. HEX triplet: 05, 41 and 20. RGB value is (5,65,32). Sum of RGB (Red+Green+Blue) = 5+65+32=102 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.90% from 102); Green value is 65 (25.78% from 255 or 63.73% from 102); Blue value is 32 (12.89% from 255 or 31.37% from 102); Max value from RGB is 65 - color contains mainly: green. Hex color #054120 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054120 is #FABEDF. Grayscale: #2B2B2B. Windows color (decimal): -16432864 or 2113797. OLE color: 2113797.

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

Color convert

RGB56532-
CMYK0.9200.510.75
HSL147º85.71%13.73%-
HSV(B)147º92.31%25.49%-
XYZ2.213.922.01-
YUV43.3121.62100.68-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.90%
GREEN value IS 65 (25.78% from 255) = 63.73%
BLUE value IS 32 (12.89% from 255) = 31.37%
R=4.90%
G=63.73%
B=31.37%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal565320.9200.510.7514785.7113.73
Hex541205C0334B9356e
Octal51014013406311322312616
Binary10110000011000001011100011001110010111001001110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054120; }

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

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

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

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

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

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

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

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