#05491D

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

Shades of British Racing Green #05491D

Tints of British Racing Green #05491D

Color information

#05491D (or 0x05491D) is unknown color: approx British Racing Green. HEX triplet: 05, 49 and 1D. RGB value is (5,73,29). Sum of RGB (Red+Green+Blue) = 5+73+29=107 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.67% from 107); Green value is 73 (28.91% from 255 or 68.22% from 107); Blue value is 29 (11.72% from 255 or 27.10% from 107); Max value from RGB is 73 - color contains mainly: green. Hex color #05491D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05491D is #FAB6E2. Grayscale: #2F2F2F. Windows color (decimal): -16430819 or 1919237. OLE color: 1919237.

HSL color Cylindrical-coordinate representation of color #05491D: hue angle of 141.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 #05491D is Cyan = 0.93, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.71.

Color convert

RGB57329-
CMYK0.9300.600.71
HSL141.18º87.18%15.29%-
HSV(B)141.18º93.15%28.63%-
XYZ2.674.891.96-
YUV47.65117.4797.58-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.67%
GREEN value IS 73 (28.91% from 255) = 68.22%
BLUE value IS 29 (11.72% from 255) = 27.10%
R=4.67%
G=68.22%
B=27.10%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal573290.9300.600.71141.1887.1815.29
Hex5491D5D03C478d57f
Octal51113513507410721512717
Binary1011001001111011011101011110010001111000110110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05491D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05491D; }

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

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

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

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

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

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

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

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