#054528

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

Shades of British Racing Green #054528

Tints of British Racing Green #054528

Color information

#054528 (or 0x054528) is unknown color: approx British Racing Green. HEX triplet: 05, 45 and 28. RGB value is (5,69,40). Sum of RGB (Red+Green+Blue) = 5+69+40=114 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.39% from 114); Green value is 69 (27.34% from 255 or 60.53% from 114); Blue value is 40 (16.02% from 255 or 35.09% from 114); Max value from RGB is 69 - color contains mainly: green. Hex color #054528 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054528 is #FABAD7. Grayscale: #2E2E2E. Windows color (decimal): -16431832 or 2639109. OLE color: 2639109.

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

Color convert

RGB56940-
CMYK0.9300.420.73
HSL152.81º86.49%14.51%-
HSV(B)152.81º92.75%27.06%-
XYZ2.574.442.73-
YUV46.56124.398.36-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.39%
GREEN value IS 69 (27.34% from 255) = 60.53%
BLUE value IS 40 (16.02% from 255) = 35.09%
R=4.39%
G=60.53%
B=35.09%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal569400.9300.420.73152.8186.4914.51
Hex545285D02A499956f
Octal51055013505211123112617
Binary10110001011010001011101010101010010011001100110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054528; }

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

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

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

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

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

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

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

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