#054531

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

Shades of British Racing Green #054531

Tints of British Racing Green #054531

Color information

#054531 (or 0x054531) is unknown color: approx British Racing Green. HEX triplet: 05, 45 and 31. RGB value is (5,69,49). Sum of RGB (Red+Green+Blue) = 5+69+49=123 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.07% from 123); Green value is 69 (27.34% from 255 or 56.10% from 123); Blue value is 49 (19.53% from 255 or 39.84% from 123); Max value from RGB is 69 - color contains mainly: green. Hex color #054531 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054531 is #FABACE. Grayscale: #2F2F2F. Windows color (decimal): -16431823 or 3228933. OLE color: 3228933.

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

Color convert

RGB56949-
CMYK0.9300.290.73
HSL161.25º86.49%14.51%-
HSV(B)161.25º92.75%27.06%-
XYZ2.754.513.63-
YUV47.58128.897.63-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.07%
GREEN value IS 69 (27.34% from 255) = 56.10%
BLUE value IS 49 (19.53% from 255) = 39.84%
R=4.07%
G=56.10%
B=39.84%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal569490.9300.290.73161.2586.4914.51
Hex545315D01D49a156f
Octal51056113503511124112617
Binary1011000101110001101110101110110010011010000110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054531; }

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

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

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

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

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

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

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

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