#054931

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

Shades of British Racing Green #054931

Tints of British Racing Green #054931

Color information

#054931 (or 0x054931) is unknown color: approx British Racing Green. HEX triplet: 05, 49 and 31. RGB value is (5,73,49). Sum of RGB (Red+Green+Blue) = 5+73+49=127 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.94% from 127); Green value is 73 (28.91% from 255 or 57.48% from 127); Blue value is 49 (19.53% from 255 or 38.58% from 127); Max value from RGB is 73 - color contains mainly: green. Hex color #054931 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054931 is #FAB6CE. Grayscale: #313131. Windows color (decimal): -16430799 or 3229957. OLE color: 3229957.

HSL color Cylindrical-coordinate representation of color #054931: hue angle of 158.82º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054931 is Cyan = 0.93, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.71.

Color convert

RGB57349-
CMYK0.9300.330.71
HSL158.82º87.18%15.29%-
HSV(B)158.82º93.15%28.63%-
XYZ35.023.72-
YUV49.93127.4795.95-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.94%
GREEN value IS 73 (28.91% from 255) = 57.48%
BLUE value IS 49 (19.53% from 255) = 38.58%
R=3.94%
G=57.48%
B=38.58%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal573490.9300.330.71158.8287.1815.29
Hex549315D021479f57f
Octal51116113504110723712717
Binary10110010011100011011101010000110001111001111110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054931; }

 p { color: rgb(5,73,49); }

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

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

 a { background-color: rgb(5,73,49); }

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

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

 span { border-color: rgb(5,73,49); }

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