#054128

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

Shades of British Racing Green #054128

Tints of British Racing Green #054128

Color information

#054128 (or 0x054128) is unknown color: approx British Racing Green. HEX triplet: 05, 41 and 28. RGB value is (5,65,40). Sum of RGB (Red+Green+Blue) = 5+65+40=110 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.55% from 110); Green value is 65 (25.78% from 255 or 59.09% from 110); Blue value is 40 (16.02% from 255 or 36.36% from 110); Max value from RGB is 65 - color contains mainly: green. Hex color #054128 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054128 is #FABED7. Grayscale: #2C2C2C. Windows color (decimal): -16432856 or 2638085. OLE color: 2638085.

HSL color Cylindrical-coordinate representation of color #054128: hue angle of 155º 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 #054128 is Cyan = 0.92, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.75.

Color convert

RGB56540-
CMYK0.9200.380.75
HSL155º85.71%13.73%-
HSV(B)155º92.31%25.49%-
XYZ2.343.972.65-
YUV44.21125.62100.03-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.55%
GREEN value IS 65 (25.78% from 255) = 59.09%
BLUE value IS 40 (16.02% from 255) = 36.36%
R=4.55%
G=59.09%
B=36.36%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal565400.9200.380.7515585.7113.73
Hex541285C0264B9b56e
Octal51015013404611323312616
Binary10110000011010001011100010011010010111001101110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054128; }

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

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

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

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

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

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

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

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