#05411E

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

Shades of British Racing Green #05411E

Tints of British Racing Green #05411E

Color information

#05411E (or 0x05411E) is unknown color: approx British Racing Green. HEX triplet: 05, 41 and 1E. RGB value is (5,65,30). Sum of RGB (Red+Green+Blue) = 5+65+30=100 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5% from 100); Green value is 65 (25.78% from 255 or 65% from 100); Blue value is 30 (12.11% from 255 or 30% from 100); Max value from RGB is 65 - color contains mainly: green. Hex color #05411E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05411E is #FABEE1. Grayscale: #2B2B2B. Windows color (decimal): -16432866 or 1982725. OLE color: 1982725.

HSL color Cylindrical-coordinate representation of color #05411E: hue angle of 145º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #05411E is Cyan = 0.92, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.75.

Color convert

RGB56530-
CMYK0.9200.540.75
HSL145º85.71%13.73%-
HSV(B)145º92.31%25.49%-
XYZ2.193.911.87-
YUV43.07120.62100.85-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5%
GREEN value IS 65 (25.78% from 255) = 65%
BLUE value IS 30 (12.11% from 255) = 30%
R=5%
G=65%
B=30%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal565300.9200.540.7514585.7113.73
Hex5411E5C0364B9156e
Octal51013613406611322112616
Binary1011000001111101011100011011010010111001000110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05411E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,65,30); }

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

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

 a { background-color: rgb(5,65,30); }

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

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

 span { border-color: rgb(5,65,30); }

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