#054517

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

Shades of British Racing Green #054517

Tints of British Racing Green #054517

Color information

#054517 (or 0x054517) is unknown color: approx British Racing Green. HEX triplet: 05, 45 and 17. RGB value is (5,69,23). Sum of RGB (Red+Green+Blue) = 5+69+23=97 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.15% from 97); Green value is 69 (27.34% from 255 or 71.13% from 97); Blue value is 23 (9.38% from 255 or 23.71% from 97); Max value from RGB is 69 - color contains mainly: green. Hex color #054517 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054517 is #FABAE8. Grayscale: #2C2C2C. Windows color (decimal): -16431849 or 1524997. OLE color: 1524997.

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

Color convert

RGB56923-
CMYK0.9300.670.73
HSL136.88º86.49%14.51%-
HSV(B)136.88º92.75%27.06%-
XYZ2.354.351.53-
YUV44.62115.899.74-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.15%
GREEN value IS 69 (27.34% from 255) = 71.13%
BLUE value IS 23 (9.38% from 255) = 23.71%
R=5.15%
G=71.13%
B=23.71%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal569230.9300.670.73136.8886.4914.51
Hex545175D043498956f
Octal510527135010311121112617
Binary10110001011011110111010100001110010011000100110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054517; }

 p { color: rgb(5,69,23); }

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

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

 a { background-color: rgb(5,69,23); }

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

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

 span { border-color: rgb(5,69,23); }

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