#05492E

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

Shades of British Racing Green #05492E

Tints of British Racing Green #05492E

Color information

#05492E (or 0x05492E) is unknown color: approx British Racing Green. HEX triplet: 05, 49 and 2E. RGB value is (5,73,46). Sum of RGB (Red+Green+Blue) = 5+73+46=124 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.03% from 124); Green value is 73 (28.91% from 255 or 58.87% from 124); Blue value is 46 (18.36% from 255 or 37.10% from 124); Max value from RGB is 73 - color contains mainly: green. Hex color #05492E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05492E is #FAB6D1. Grayscale: #313131. Windows color (decimal): -16430802 or 3033349. OLE color: 3033349.

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

Color convert

RGB57346-
CMYK0.9300.370.71
HSL156.18º87.18%15.29%-
HSV(B)156.18º93.15%28.63%-
XYZ2.944.993.39-
YUV49.59125.9796.2-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.03%
GREEN value IS 73 (28.91% from 255) = 58.87%
BLUE value IS 46 (18.36% from 255) = 37.10%
R=4.03%
G=58.87%
B=37.10%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal573460.9300.370.71156.1887.1815.29
Hex5492E5D025479c57f
Octal51115613504510723412717
Binary10110010011011101011101010010110001111001110010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05492E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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