#05492C

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

Shades of British Racing Green #05492C

Tints of British Racing Green #05492C

Color information

#05492C (or 0x05492C) is unknown color: approx British Racing Green. HEX triplet: 05, 49 and 2C. RGB value is (5,73,44). Sum of RGB (Red+Green+Blue) = 5+73+44=122 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.10% from 122); Green value is 73 (28.91% from 255 or 59.84% from 122); Blue value is 44 (17.58% from 255 or 36.07% from 122); Max value from RGB is 73 - color contains mainly: green. Hex color #05492C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05492C is #FAB6D3. Grayscale: #313131. Windows color (decimal): -16430804 or 2902277. OLE color: 2902277.

HSL color Cylindrical-coordinate representation of color #05492C: hue angle of 154.41º 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 #05492C is Cyan = 0.93, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.71.

Color convert

RGB57344-
CMYK0.9300.400.71
HSL154.41º87.18%15.29%-
HSV(B)154.41º93.15%28.63%-
XYZ2.94.983.19-
YUV49.36124.9796.36-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.10%
GREEN value IS 73 (28.91% from 255) = 59.84%
BLUE value IS 44 (17.58% from 255) = 36.07%
R=4.10%
G=59.84%
B=36.07%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal573440.9300.400.71154.4187.1815.29
Hex5492C5D028479a57f
Octal51115413505010723212717
Binary10110010011011001011101010100010001111001101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05492C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05492C; }

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

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

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

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

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

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

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

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